ProfileGroupSettingsCollection.GetKey(Int32) Méthode

Définition

Retourne le nom de l’objet ProfileGroupSettings à l’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 ProfileGroupSettings objet.

Retours

Nom de l’objet à l’index ProfileGroupSettings spécifié, ou null s’il n’existe aucun objet à cet index.

S’applique à

Voir aussi