InputDesktopResourceCursor.ModuleName 属性

定义

获取包含游标资源的模块的名称。

public:
 property Platform::String ^ ModuleName { Platform::String ^ get(); };
winrt::hstring ModuleName();
public string ModuleName { get; }
var string = inputDesktopResourceCursor.moduleName;
Public ReadOnly Property ModuleName As String

属性值

String

Platform::String

winrt::hstring

包含游标资源的模块的名称。

注解

如果游标是使用 InputDesktopResourceCursor.Create (System.UInt32) 方法创建的,则返回 null 值。

适用于