ICustomAdapter.GetUnderlyingObject-Methode: ()
Veröffentlicht: Oktober 2016
Bietet Zugriff auf das zugrunde liegende Objekt, das von einem benutzerdefinierten Marshaller umschlossen wird.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
object GetUnderlyingObject()
Object^ GetUnderlyingObject()
abstract GetUnderlyingObject : unit -> Object
Function GetUnderlyingObject As Object
Rückgabewert
Type: System.Object
Das Objekt, das im Adapterobjekt enthalten ist.
Versionsinformationen
Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1
Siehe auch
ICustomAdapter-Schnittstelle
System.Runtime.InteropServices-Namespace
Zurück zum Anfang