ProfilePropertySettingsCollection.GetKey(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得位於指定索引位置之 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 的索引。
傳回
位於指定索引位置的 ProfilePropertySettings 名稱。
備註
索引處的物件必須存在於集合中。