Freigeben über


IDispatchImplAttribute.Value-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die IDispatchImplType Wert, der von der Klasse verwendet.

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

Syntax

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

Eigenschaftswert

Type: System.Runtime.InteropServices.IDispatchImplType

Die IDispatchImplType Wert, der von der Klasse verwendet.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

IDispatchImplAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang