TypeLibTypeAttribute Konstruktory

Definice

Inicializuje novou instanci TypeLibTypeAttribute třídy.

Přetížení

Name Description
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
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

TypeLibTypeFlags Hodnota atributovaného typu nalezená v knihovně typů, ze které byla importována.

Platí pro

TypeLibTypeAttribute(TypeLibTypeFlags)

Zdroj:
TypeLibTypeAttribute.cs
Zdroj:
TypeLibTypeAttribute.cs
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

TypeLibTypeFlags Hodnota atributovaného typu nalezená v knihovně typů, ze které byla importována.

Viz také

Platí pro