次の方法で共有


ModuleDefinition.Arguments プロパティ

定義

モジュール定義の作成に使用されたパラメーターを取得します。 このプロパティは実装されていません。常に空のリストを取得します。

public:
 property System::Collections::IDictionary ^ Arguments { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Arguments { get; }
member this.Arguments : System.Collections.IDictionary
Public ReadOnly Property Arguments As IDictionary

プロパティ値

空の IDictionary

適用対象