ModuleInfo.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用于存储名称/值对的接口。

注解

对象 ModuleProvider 可以将 接口传递给 IDictionary 客户端模块。

适用于