InputSystemCursor.Create(InputSystemCursorShape) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的資料指標建立 InputSystemCursor 實例。
public:
static InputSystemCursor ^ Create(InputSystemCursorShape type);
static InputSystemCursor Create(InputSystemCursorShape const& type);
public static InputSystemCursor Create(InputSystemCursorShape type);
function create(type)
Public Shared Function Create (type As InputSystemCursorShape) As InputSystemCursor
參數
標準系統視覺指標類型。
傳回
視覺指標物件。