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
新資料指標的唯一資源識別碼。