共用方式為


CoreCursor(CoreCursorType, UInt32) 建構函式

定義

建立所提供資料指標類型的新 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

新資料指標的唯一資源識別碼。

適用於