Compartilhar via


Construtor TypeLibVarAttribute (Int16)

 

Publicado: agosto de 2016

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Inicializa uma nova instância da classe TypeLibVarAttribute com o valor System.Runtime.InteropServices.TypeLibVarFlags especificado.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public TypeLibVarAttribute(
    short flags
)
public:
TypeLibVarAttribute(
    short flags
)
new : 
        flags:int16 -> TypeLibVarAttribute
Public Sub New (
    flags As Short
)

Parâmetros

  • flags
    Type: System.Int16

    O valor TypeLibVarFlags para o campo atribuído como encontrado na biblioteca de tipos do qual foi importado.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

TypeLibVarFlags
TypeLibVarAttribute Sobrecarga
Classe TypeLibVarAttribute
Namespace System.Runtime.InteropServices

Retornar ao início