InputPointerSource.GetForIsland(ContentIsland) 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.
Retrieves an InputPointerSource object for the specified ContentIsland.
public:
static InputPointerSource ^ GetForIsland(ContentIsland ^ island);
static InputPointerSource GetForIsland(ContentIsland const& island);
public static InputPointerSource GetForIsland(ContentIsland island);
function getForIsland(island)
Public Shared Function GetForIsland (island As ContentIsland) As InputPointerSource
Parameters
- island
- ContentIsland
The ContentIsland that is handling input.
Returns
The InputPointerSource object for the specified ContentIsland, or a new InputPointerSource if one doesn't exist.
If island is invalid, or is owned by a different thread than the calling thread, GetForIsland returns null.
Remarks
GetForIsland only supports content islands on the same thread as the caller.
Calling GetForIsland multiple times will return the same object each time.
In all cases there can only be a single InputPointerSource associated with a particular content island.