Compartir a través de


CompilerCollection.AllKeys Propiedad

Definición

Obtiene todas las claves de CompilerCollection.

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

Valor de propiedad

String[]

Matriz de string que contiene las claves de la colección.

Comentarios

Puede utilizar esta matriz para tener acceso a los Compiler objetos contenidos en la colección.

Se aplica a