InputSystemCursor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class InputSystemCursor sealed : InputCursor
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InputSystemCursor final : InputCursor
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InputSystemCursor : InputCursor
Public NotInheritable Class InputSystemCursor
Inherits InputCursor
- 繼承
- 屬性
備註
衍生自 InputCursor。
屬性
CursorShape |
取得 InputSystemCursor 物件所支援的標準系統視覺指標類型。 |
方法
Close() |
關閉 InputCursor 並釋放系統資源。 (繼承來源 InputCursor) |
Create(InputSystemCursorShape) |
使用指定的資料指標建立 InputSystemCursor 實例。 |
Dispose() |
執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承來源 InputCursor) |