ModuleInfo.Arguments Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.