CoreCursor(CoreCursorType, UInt32) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma nova instância CoreCursor do tipo de cursor fornecido.
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)
Parâmetros
- type
- CoreCursorType
O tipo do novo cursor.
- id
-
UInt32
unsigned int
uint32_t
A ID de recurso exclusiva do novo cursor.