CompilerCollection.AllKeys プロパティ

定義

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()

プロパティ値

String[]

コレクション キーを含む string 配列。

注釈

この配列を使用して、コレクションに含まれる Compiler オブジェクトにアクセスできます。

適用対象