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 该索引处没有对象。

适用于

另请参阅