TypeLibTypeAttribute Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da TypeLibTypeAttribute classe.
Sobrecargas
| Name | Description |
|---|---|
| TypeLibTypeAttribute(Int16) |
Inicializa uma nova instância da |
| TypeLibTypeAttribute(TypeLibTypeFlags) |
Inicializa uma nova instância da |
TypeLibTypeAttribute(Int16)
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
Inicializa uma nova instância da TypeLibTypeAttribute classe com o valor especificado TypeLibTypeFlags .
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 TypeLibTypeFlags valor do tipo atribuído encontrado na biblioteca de tipos de onde foi importado.
Aplica-se a
TypeLibTypeAttribute(TypeLibTypeFlags)
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
- Origem:
- TypeLibTypeAttribute.cs
Inicializa uma nova instância da TypeLibTypeAttribute classe com o valor especificado TypeLibTypeFlags .
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 TypeLibTypeFlags valor do tipo atribuído encontrado na biblioteca de tipos de onde foi importado.