ModuleInfo.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a container for name/value pairs.
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
Property Value
An IDictionary interface for storing name/value pairs.
Remarks
The ModuleProvider object can pass the IDictionary interface to client modules.