DispatchWrapper(Object) Constructeur

Définition

Initialise une nouvelle instance de la classe DispatchWrapper avec l'objet à encapsuler.

public:
 DispatchWrapper(System::Object ^ obj);
public DispatchWrapper (object obj);
public DispatchWrapper (object? obj);
new System.Runtime.InteropServices.DispatchWrapper : obj -> System.Runtime.InteropServices.DispatchWrapper
Public Sub New (obj As Object)

Paramètres

obj
Object

Objet à encapsuler et à convertir en VT_DISPATCH.

Exceptions

obj n'est ni une classe ni un tableau.

- ou -

obj ne prend pas en charge IDispatch.

Le paramètre obj a été marqué avec un attribut ComVisibleAttribute à qui une valeur false a été passée.

- ou -

Le paramètre obj hérite d'un type marqué avec un attribut ComVisibleAttribute à qui une valeur false a été passée.

S’applique à