ProfilePropertySettingsCollection.GetKey(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom de l’emplacement ProfilePropertySettings 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’un ProfilePropertySettings dans la collection.
Retours
Nom de l’emplacement ProfilePropertySettings d’index spécifié.
Remarques
Un objet à l’index doit exister dans la collection.