Share via


ComVisibleAttribute.Value-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft einen Wert, der angibt, ob der Typ für COM sichtbar ist.

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

Syntax

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

Eigenschaftswert

Type: System.Boolean

true Wenn der Typ sichtbar ist; andernfalls false. Der Standardwert ist true.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Silverlight
Verfügbar seit 2.0
Windows Phone Silverlight
Verfügbar seit 7.0
Windows Phone
Verfügbar seit 8.1

Siehe auch

ComVisibleAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang