共用方式為


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

集合中所有索引鍵值的字串陣列。

適用於