ClientTargetCollection.GetKey(Int32) Método
Definição
Obtém a chave da coleção do elemento especificado.Gets the collection key for the specified element.
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 da coleção do elemento a ser obtido.The collection index of the element to get.
Retornos
Uma cadeia de caracteres que contém o valor da chave.A string containing the value of the key.