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

适用于

另请参阅