次の方法で共有


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

新しいカーソルの一意のリソース ID。

適用対象