CompilerCollection.AllKeys Eigenschaft
Definition
Ruft alle Schlüssel der CompilerCollection ab.Gets all the keys of the 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()
Eigenschaftswert
- String[]
Das string
-Array, das die Auflistungsschlüssel enthält.The string
array containing the collection keys.
Hinweise
Sie können dieses Array verwenden, um auf die Compiler in der Auflistung enthaltenen Objekte zuzugreifen.You can use this array to access the Compiler objects contained in the collection.