Share via


ProfileGroupSettingsCollection.GetKey(Int32) 方法

定義

傳回位於指定索引處的 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

適用於

另請參閱