InputDesktopResourceCursor.CreateFromModule(String, UInt32) 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 InputDesktopResourceCursor instance using the specified resource ID and the module from which to load the resource.
public:
static InputDesktopResourceCursor ^ CreateFromModule(Platform::String ^ moduleName, unsigned int resourceId);
static InputDesktopResourceCursor CreateFromModule(winrt::hstring const& moduleName, uint32_t const& resourceId);
public static InputDesktopResourceCursor CreateFromModule(string moduleName, uint resourceId);
function createFromModule(moduleName, resourceId)
Public Shared Function CreateFromModule (moduleName As String, resourceId As UInteger) As InputDesktopResourceCursor
Parameters
- moduleName
-
String
Platform::String
winrt::hstring
The module from which to load the resource.
- resourceId
-
UInt32
unsigned int
uint32_t
The resource identifier.
Returns
A visual pointer object.