Compartilhar via


Propriedade ComVisibleAttribute.Value

 

Dica

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

Obtém um valor que indica se o tipo COM está visível.

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

Sintaxe

public bool Value { get; }
public:
property bool Value {
    bool get();
}
member Value : bool with get
Public ReadOnly Property Value As Boolean

Valor da Propriedade

Type: System.Boolean

trueSe o tipo estiver visível; Caso contrário, false. O valor padrão é true.

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Silverlight
Disponível desde 2.0
Windows Phone Silverlight
Disponível desde 7.0
Windows Phone
Disponível desde 8.1

Confira Também

Classe ComVisibleAttribute
Namespace System.Runtime.InteropServices

Retornar ao início