TypeLibTypeAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe TypeLibTypeAttribute
.
Sobrecargas
TypeLibTypeAttribute(Int16) |
Inicializa uma nova instância da classe |
TypeLibTypeAttribute(TypeLibTypeFlags) |
Inicializa uma nova instância da classe |
TypeLibTypeAttribute(Int16)
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
Inicializa uma nova instância da classe TypeLibTypeAttribute
com o valor TypeLibTypeFlags especificado.
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.
Aplica-se a
TypeLibTypeAttribute(TypeLibTypeFlags)
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
Inicializa uma nova instância da classe TypeLibTypeAttribute
com o valor TypeLibTypeFlags especificado.
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.