Compartir a través de


ModuleInfo.Arguments Propiedad

Definición

Obtiene un contenedor para pares nombre-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 de propiedad

Interfaz IDictionary para almacenar pares nombre-valor.

Comentarios

El ModuleProvider objeto puede pasar la IDictionary interfaz a los módulos de cliente.

Se aplica a