TypeLibTypeAttribute Konstruktory

Definice

Inicializuje novou instanci TypeLibTypeAttribute třídy.

Přetížení

TypeLibTypeAttribute(Int16)

Inicializuje novou instanci TypeLibTypeAttribute třídy se zadanou TypeLibTypeFlags hodnotou.

TypeLibTypeAttribute(TypeLibTypeFlags)

Inicializuje novou instanci TypeLibTypeAttribute třídy se zadanou TypeLibTypeFlags hodnotou.

TypeLibTypeAttribute(Int16)

Zdroj:
TypeLibTypeAttribute.cs
Zdroj:
TypeLibTypeAttribute.cs
Zdroj:
TypeLibTypeAttribute.cs

Inicializuje novou instanci TypeLibTypeAttribute třídy se zadanou TypeLibTypeFlags hodnotou.

public:
 TypeLibTypeAttribute(short flags);
public TypeLibTypeAttribute (short flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : int16 -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As Short)

Parametry

flags
Int16

Hodnota TypeLibTypeFlags atributu typu, která se nachází v knihovně typů, ze které byl importován.

Platí pro

TypeLibTypeAttribute(TypeLibTypeFlags)

Zdroj:
TypeLibTypeAttribute.cs
Zdroj:
TypeLibTypeAttribute.cs
Zdroj:
TypeLibTypeAttribute.cs

Inicializuje novou instanci TypeLibTypeAttribute třídy se zadanou TypeLibTypeFlags hodnotou.

public:
 TypeLibTypeAttribute(System::Runtime::InteropServices::TypeLibTypeFlags flags);
public TypeLibTypeAttribute (System.Runtime.InteropServices.TypeLibTypeFlags flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : System.Runtime.InteropServices.TypeLibTypeFlags -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As TypeLibTypeFlags)

Parametry

flags
TypeLibTypeFlags

Hodnota TypeLibTypeFlags atributu typu, která se nachází v knihovně typů, ze které byl importován.

Viz také

Platí pro