CoreCursor(CoreCursorType, UInt32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建所提供的游标类型的新 CoreCursor 实例。
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)
参数
- type
- CoreCursorType
新游标的类型。
- id
-
UInt32
unsigned int
uint32_t
新游标的唯一资源 ID。