TypeLibVarAttribute Konstruktory

Definice

Inicializuje novou instanci TypeLibVarAttribute třídy.

Přetížení

TypeLibVarAttribute(Int16)

Inicializuje novou instanci TypeLibVarAttribute třídy se zadanou TypeLibVarFlags hodnotou.

TypeLibVarAttribute(TypeLibVarFlags)

Inicializuje novou instanci TypeLibVarAttribute třídy se zadanou TypeLibVarFlags hodnotou.

TypeLibVarAttribute(Int16)

Inicializuje novou instanci TypeLibVarAttribute třídy se zadanou TypeLibVarFlags hodnotou.

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

Parametry

flags
Int16

Hodnota TypeLibVarFlags pro přiřazené pole, jak bylo nalezeno v knihovně typů, ze které byla importována.

Viz také

Platí pro

TypeLibVarAttribute(TypeLibVarFlags)

Inicializuje novou instanci TypeLibVarAttribute třídy se zadanou TypeLibVarFlags hodnotou.

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

Parametry

flags
TypeLibVarFlags

Hodnota TypeLibVarFlags pro přiřazené pole, jak bylo nalezeno v knihovně typů, ze které byla importována.

Viz také

Platí pro