Partager via


ProfilePropertySettingsCollection.GetKey(Int32) Méthode

Définition

Obtient le nom du ProfilePropertySettings à l'emplacement d'index spécifié.

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

Paramètres

index
Int32

Index d'une ProfilePropertySettings dans la collection.

Retours

String

Nom du ProfilePropertySettings à l'emplacement d'index spécifié.

Remarques

Un objet à l’index doit exister dans la collection.

S’applique à

Voir aussi