ClassInterfaceAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ClassInterfaceAttribute třídy .
Přetížení
ClassInterfaceAttribute(Int16) |
Inicializuje novou instanci ClassInterfaceAttribute třídy se zadanou ClassInterfaceType hodnotou výčtu. |
ClassInterfaceAttribute(ClassInterfaceType) |
Inicializuje novou instanci ClassInterfaceAttribute třídy se zadaným ClassInterfaceType členem výčtu. |
ClassInterfaceAttribute(Int16)
Inicializuje novou instanci ClassInterfaceAttribute třídy se zadanou ClassInterfaceType hodnotou výčtu.
public:
ClassInterfaceAttribute(short classInterfaceType);
public ClassInterfaceAttribute (short classInterfaceType);
new System.Runtime.InteropServices.ClassInterfaceAttribute : int16 -> System.Runtime.InteropServices.ClassInterfaceAttribute
Public Sub New (classInterfaceType As Short)
Parametry
- classInterfaceType
- Int16
Popisuje typ rozhraní, který je generován pro třídu.
Poznámky
Tento konstruktor přebírá podkladové 16bitové celé číslo se signedoum ou, které představuje každý ClassInterfaceType člen výčtu. Tlbimp.exe (Type Library Importer) používá tento konstruktor.
Viz také
Platí pro
ClassInterfaceAttribute(ClassInterfaceType)
Inicializuje novou instanci ClassInterfaceAttribute třídy se zadaným ClassInterfaceType členem výčtu.
public:
ClassInterfaceAttribute(System::Runtime::InteropServices::ClassInterfaceType classInterfaceType);
public ClassInterfaceAttribute (System.Runtime.InteropServices.ClassInterfaceType classInterfaceType);
new System.Runtime.InteropServices.ClassInterfaceAttribute : System.Runtime.InteropServices.ClassInterfaceType -> System.Runtime.InteropServices.ClassInterfaceAttribute
Public Sub New (classInterfaceType As ClassInterfaceType)
Parametry
- classInterfaceType
- ClassInterfaceType
Jedna z ClassInterfaceType hodnot, která popisuje typ rozhraní, který je generován pro třídu.
Poznámky
Pro čitelný kód, který je méně náchylný k chybám, vždy použijte tento konstruktor.