TypeLibTypeAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TypeLibTypeAttribute.

Przeciążenia

Nazwa Opis
TypeLibTypeAttribute(Int16)

Inicjuje nowe wystąpienie TypeLibTypeAttribute klasy z określoną TypeLibTypeFlags wartością.

TypeLibTypeAttribute(TypeLibTypeFlags)

Inicjuje nowe wystąpienie TypeLibTypeAttribute klasy z określoną TypeLibTypeFlags wartością.

TypeLibTypeAttribute(Int16)

Źródło:
TypeLibTypeAttribute.cs
Źródło:
TypeLibTypeAttribute.cs
Źródło:
TypeLibTypeAttribute.cs
Źródło:
TypeLibTypeAttribute.cs
Źródło:
TypeLibTypeAttribute.cs

Inicjuje nowe wystąpienie TypeLibTypeAttribute klasy z określoną TypeLibTypeFlags wartością.

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 Wartość typu atrybutu znalezionego w bibliotece typów, z którego została zaimportowana.

Dotyczy

TypeLibTypeAttribute(TypeLibTypeFlags)

Źródło:
TypeLibTypeAttribute.cs
Źródło:
TypeLibTypeAttribute.cs
Źródło:
TypeLibTypeAttribute.cs
Źródło:
TypeLibTypeAttribute.cs
Źródło:
TypeLibTypeAttribute.cs

Inicjuje nowe wystąpienie TypeLibTypeAttribute klasy z określoną TypeLibTypeFlags wartością.

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 Wartość typu atrybutu znalezionego w bibliotece typów, z którego została zaimportowana.

Zobacz też

Dotyczy