Compartilhar via


ProfilePropertySettingsCollection.GetKey(Int32) Método

Definição

Obtém o nome do ProfilePropertySettings no local do índice especificado.

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

O índice de um ProfilePropertySettings na coleção.

Retornos

String

O nome do ProfilePropertySettings no local do índice especificado.

Comentários

Um objeto no índice deve existir na coleção.

Aplica-se a

Confira também