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() |
执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 InputCursor) |