CoreCursor(CoreCursorType, UInt32) Constructeur
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.
Crée un instance CoreCursor du type de curseur fourni.
public:
CoreCursor(CoreCursorType type, unsigned int id);
CoreCursor(CoreCursorType const& type, uint32_t const& id);
public CoreCursor(CoreCursorType type, uint id);
function CoreCursor(type, id)
Public Sub New (type As CoreCursorType, id As UInteger)
Paramètres
- type
- CoreCursorType
Type du nouveau curseur.
- id
-
UInt32
unsigned int
uint32_t
ID de ressource unique du nouveau curseur.