ProfileGroupSettingsCollection.GetKey(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回位於指定索引處的 ProfileGroupSettings 物件名稱。
public:
System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String
參數
- index
- Int32
ProfileGroupSettings 物件的索引。
傳回
指定索引處的 ProfileGroupSettings 物件名稱;如果該索引處沒有任何物件,則為 null
。