Compartir vía


ProfilePropertySettingsCollection.GetKey(Int32) Método

Definición

Obtiene el nombre de ProfilePropertySettings en la ubicación de índice especificada.

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

Parámetros

index
Int32

Índice de un elemento ProfilePropertySettings de la colección.

Devoluciones

String

Nombre de ProfilePropertySettings en la ubicación de índice especificada.

Comentarios

Un objeto en el índice debe existir en la colección.

Se aplica a

Consulte también