TypeLibTypeAttribute Konstruktorok

Definíció

Inicializálja a TypeLibTypeAttribute osztály új példányát.

Túlterhelések

Name Description
TypeLibTypeAttribute(Int16)

Inicializálja az osztály új példányát TypeLibTypeAttribute a megadott TypeLibTypeFlags értékkel.

TypeLibTypeAttribute(TypeLibTypeFlags)

Inicializálja az osztály új példányát TypeLibTypeAttribute a megadott TypeLibTypeFlags értékkel.

TypeLibTypeAttribute(Int16)

Forrás:
TypeLibTypeAttribute.cs
Forrás:
TypeLibTypeAttribute.cs
Forrás:
TypeLibTypeAttribute.cs
Forrás:
TypeLibTypeAttribute.cs
Forrás:
TypeLibTypeAttribute.cs

Inicializálja az osztály új példányát TypeLibTypeAttribute a megadott TypeLibTypeFlags értékkel.

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

Paraméterek

flags
Int16

Az TypeLibTypeFlags attribútumként megadott típus értéke az importált típustárban található.

A következőre érvényes:

TypeLibTypeAttribute(TypeLibTypeFlags)

Forrás:
TypeLibTypeAttribute.cs
Forrás:
TypeLibTypeAttribute.cs
Forrás:
TypeLibTypeAttribute.cs
Forrás:
TypeLibTypeAttribute.cs
Forrás:
TypeLibTypeAttribute.cs

Inicializálja az osztály új példányát TypeLibTypeAttribute a megadott TypeLibTypeFlags értékkel.

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)

Paraméterek

flags
TypeLibTypeFlags

Az TypeLibTypeFlags attribútumként megadott típus értéke az importált típustárban található.

Lásd még

A következőre érvényes: