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)

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 pro atributovaný typ nalezená v knihovně typů, ze které byla importována.

Platí pro

TypeLibTypeAttribute(TypeLibTypeFlags)

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 pro atributovaný typ nalezená v knihovně typů, ze které byla importována.

Viz také

Platí pro