次の方法で共有


ProfilePropertySettingsCollection.AllKeys プロパティ

定義

コレクションに格納されているすべての ProfileSection オブジェクトの名前を格納する配列を返します。

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

コレクションに格納されているすべての ProfileSection オブジェクトの名前が格納された配列。コレクションが空の場合は空の配列。

適用対象