Share via


ClassInterfaceAttribute.Value-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den ClassInterfaceType -Wert, der beschreibt, welche Art von Schnittstelle für die Klasse generiert werden soll.

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

Syntax

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

Eigenschaftswert

Type: System.Runtime.InteropServices.ClassInterfaceType

Der ClassInterfaceType -Wert, der beschreibt, welche Art von Schnittstelle für die Klasse generiert werden soll.

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

ClassInterfaceAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang