CompilerCollection.GetKey(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o nome da chave CompilerCollection no í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
Um valor inteiro que especifica um Compiler dentro do CompilerCollection.
Retornos
O nome da chave no índice especificado do CompilerCollection.