Udostępnij za pośrednictwem


HandleRef.Explicit(HandleRef to IntPtr) Operator

Definicja

Zwraca dojście do zasobu określonego HandleRef obiektu.

public:
 static explicit operator IntPtr(System::Runtime::InteropServices::HandleRef value);
public static explicit operator IntPtr (System.Runtime.InteropServices.HandleRef value);
static member op_Explicit : System.Runtime.InteropServices.HandleRef -> nativeint
Public Shared Narrowing Operator CType (value As HandleRef) As IntPtr

Parametry

value
HandleRef

Obiekt, który wymaga uchwytu.

Zwraca

IntPtr

nativeint

Dojście do zasobu określonego HandleRef obiektu.

Uwagi

Równoważną metodą dla tego operatora jest HandleRef.Handle

Dotyczy