Freigeben über


TypeLibImportClassAttribute-Konstruktor: (Type)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der der TypeLibImportClassAttribute Klasse angeben der Type der eine Schnittstelle exklusiv verwendet.

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

Syntax

public TypeLibImportClassAttribute(
    Type importClass
)
public:
TypeLibImportClassAttribute(
    Type^ importClass
)
new : 
        importClass:Type -> TypeLibImportClassAttribute
Public Sub New (
    importClass As Type
)

Parameter

  • importClass
    Type: System.Type

    Die Type -Objekt, das eine Schnittstelle exklusiv verwendet.

Hinweise

Anwenden der TypeLibImportClassAttribute -Attribut auf eine verwaltete Schnittstelle an die Type -Objekt, das die Schnittstelle exklusiv verwendet.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

TypeLibImportClassAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang