DispIdAttribute.Value-Eigenschaft
Veröffentlicht: Oktober 2016
Ruft die DISPID für das Element ab.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
public int Value { get; }
public:
property int Value {
int get();
}
member Value : int with get
Public ReadOnly Property Value As Integer
Eigenschaftswert
Type: System.Int32
Die DISPID des Members.
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
DispIdAttribute-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang