Freigeben über


IDispatchImplAttribute-Konstruktor: (IDispatchImplType)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der IDispatchImplAttribute -Klasse mit angegebenen IDispatchImplType Wert.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public IDispatchImplAttribute(
    IDispatchImplType implType
)
public:
IDispatchImplAttribute(
    IDispatchImplType implType
)
new : 
        implType:IDispatchImplType -> IDispatchImplAttribute
Public Sub New (
    implType As IDispatchImplType
)

Parameter

Hinweise

Verwenden Sie für lesbaren Code, der weniger fehleranfällig ist immer diesen Konstruktor.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

IDispatchImplAttribute Überladen
IDispatchImplAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang