TypeLibImportClassAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci TypeLibImportClassAttribute třídy určující Type , která používá výhradně rozhraní.

public:
 TypeLibImportClassAttribute(Type ^ importClass);
public TypeLibImportClassAttribute (Type importClass);
new System.Runtime.InteropServices.TypeLibImportClassAttribute : Type -> System.Runtime.InteropServices.TypeLibImportClassAttribute
Public Sub New (importClass As Type)

Parametry

importClass
Type

Objekt Type , který používá výhradně rozhraní.

Poznámky

Použití atributu TypeLibImportClassAttribute na spravované rozhraní k určení objektu Type , který používá výhradně rozhraní.

Platí pro