Compartilhar via


ModuleInfo.Arguments Propriedade

Definição

Obtém um contêiner para pares nome/valor.

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

Valor da propriedade

Uma IDictionary interface para armazenar pares nome/valor.

Comentários

O ModuleProvider objeto pode passar a IDictionary interface para módulos cliente.

Aplica-se a