Sdílet prostřednictvím


ProfilePropertySettingsCollection.GetKey(Int32) Metoda

Definice

Získá název v zadaném umístění indexu 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

Parametry

index
Int32

Index ProfilePropertySettings kolekce.

Návraty

String

Název zadaného umístění indexu ProfilePropertySettings .

Poznámky

Objekt v indexu musí existovat v kolekci.

Platí pro

Viz také