次の方法で共有


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 ます。

適用対象