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 值。

適用於