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 是該索引中沒有物件。

適用於

另請參閱