Freigeben über


ComDefaultInterfaceAttribute.Value-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die System.Type Objekt, das die Standardschnittstelle für COM verfügbar gemacht angibt.

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

Syntax

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

Eigenschaftswert

Type: System.Type

Das System.Type Objekt, das die Standardschnittstelle für COM verfügbar gemacht angibt.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 2.0
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

ComDefaultInterfaceAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang