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[]

コレクションに格納されているすべてのキー値の文字列配列。

適用対象