InputDesktopNamedResourceCursor.CreateFromModule(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an InputDesktopNamedResourceCursor instance using the specified resource name and the module from which to load the resource.
public:
static InputDesktopNamedResourceCursor ^ CreateFromModule(Platform::String ^ moduleName, Platform::String ^ resourceName);
static InputDesktopNamedResourceCursor CreateFromModule(winrt::hstring const& moduleName, winrt::hstring const& resourceName);
public static InputDesktopNamedResourceCursor CreateFromModule(string moduleName, string resourceName);
function createFromModule(moduleName, resourceName)
Public Shared Function CreateFromModule (moduleName As String, resourceName As String) As InputDesktopNamedResourceCursor
Parameters
- moduleName
-
String
Platform::String
winrt::hstring
The module from which to load the resource.
- resourceName
-
String
Platform::String
winrt::hstring
The resource name.
Returns
A visual pointer object.