ProfileGroupSettingsCollection.AllKeys プロパティ

定義

コレクション内のすべてのキー値の文字列配列を取得します。

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

プロパティ値

String[]

コレクション内のすべてのキー値の文字列配列。

適用対象