HandleRef.ToIntPtr(HandleRef) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la représentation entière interne d’un HandleRef objet.
public:
static IntPtr ToIntPtr(System::Runtime::InteropServices::HandleRef value);
public static IntPtr ToIntPtr(System.Runtime.InteropServices.HandleRef value);
static member ToIntPtr : System.Runtime.InteropServices.HandleRef -> nativeint
Public Shared Function ToIntPtr (value As HandleRef) As IntPtr
Paramètres
Retours
nativeint
Objet IntPtr qui représente un HandleRef objet.