次の方法で共有


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 値が返されます。

適用対象