TypeLibTypeAttribute Construtores

Definição

Inicializa uma nova instância da classe TypeLibTypeAttribute.Initializes a new instance of the TypeLibTypeAttribute class.

Sobrecargas

TypeLibTypeAttribute(Int16)

Inicializa uma nova instância da classe TypeLibTypeAttribute com o valor TypeLibTypeFlags especificado.Initializes a new instance of the TypeLibTypeAttribute class with the specified TypeLibTypeFlags value.

TypeLibTypeAttribute(TypeLibTypeFlags)

Inicializa uma nova instância da classe TypeLibTypeAttribute com o valor TypeLibTypeFlags especificado.Initializes a new instance of the TypeLibTypeAttribute class with the specified TypeLibTypeFlags value.

TypeLibTypeAttribute(Int16)

Inicializa uma nova instância da classe TypeLibTypeAttribute com o valor TypeLibTypeFlags especificado.Initializes a new instance of the TypeLibTypeAttribute class with the specified TypeLibTypeFlags value.

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

Parâmetros

flags
Int16

O valor TypeLibTypeFlags para o tipo atribuído como encontrado na biblioteca de tipos do qual foi importado.The TypeLibTypeFlags value for the attributed type as found in the type library it was imported from.

Aplica-se a

TypeLibTypeAttribute(TypeLibTypeFlags)

Inicializa uma nova instância da classe TypeLibTypeAttribute com o valor TypeLibTypeFlags especificado.Initializes a new instance of the TypeLibTypeAttribute class with the specified TypeLibTypeFlags value.

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)

Parâmetros

flags
TypeLibTypeFlags

O valor TypeLibTypeFlags para o tipo atribuído como encontrado na biblioteca de tipos do qual foi importado.The TypeLibTypeFlags value for the attributed type as found in the type library it was imported from.

Confira também

Aplica-se a