CursorInteropHelper.Create(SafeHandle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于提供的 Win32 游标句柄返回Windows Presentation Foundation (WPF) Cursor 对象。
public:
static System::Windows::Input::Cursor ^ Create(System::Runtime::InteropServices::SafeHandle ^ cursorHandle);
[System.Security.SecurityCritical]
public static System.Windows.Input.Cursor Create (System.Runtime.InteropServices.SafeHandle cursorHandle);
public static System.Windows.Input.Cursor Create (System.Runtime.InteropServices.SafeHandle cursorHandle);
[<System.Security.SecurityCritical>]
static member Create : System.Runtime.InteropServices.SafeHandle -> System.Windows.Input.Cursor
static member Create : System.Runtime.InteropServices.SafeHandle -> System.Windows.Input.Cursor
Public Shared Function Create (cursorHandle As SafeHandle) As Cursor
参数
- cursorHandle
- SafeHandle
用于互操作的光标引用。
返回
基于提供的 Win32 游标句柄Windows Presentation Foundation (WPF) 游标对象。
- 属性
注解
即使纯 WPF 编程中完成,设置自定义游标映像也需要安全权限。 请参阅 Cursor。