HandleRef.Handle-Eigenschaft
Veröffentlicht: Oktober 2016
Ruft das Handle für eine Ressource ab.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
public IntPtr Handle { get; }
public:
property IntPtr Handle {
IntPtr get();
}
member Handle : nativeint with get
Public ReadOnly Property Handle As IntPtr
Eigenschaftswert
Type: System.IntPtr
Das Handle für eine Ressource.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
HandleRef-Struktur
System.Runtime.InteropServices-Namespace
Zurück zum Anfang