Construtor TypeLibVarAttribute (TypeLibVarFlags)
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(
TypeLibVarFlags flags
)
public:
TypeLibVarAttribute(
TypeLibVarFlags flags
)
new :
flags:TypeLibVarFlags -> TypeLibVarAttribute
Public Sub New (
flags As TypeLibVarFlags
)
Parâmetros
flags
Type: System.Runtime.InteropServices.TypeLibVarFlagsO 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