共用方式為


ProfilePropertySettingsCollection.GetKey(Int32) 方法

定義

取得位於指定索引位置之 ProfilePropertySettings 的名稱。

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

集合中 ProfilePropertySettings 的索引。

傳回

String

位於指定索引位置的 ProfilePropertySettings 名稱。

備註

索引處的物件必須存在於集合中。

適用於

另請參閱