InputKeyboardSource.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 InputKeyboardSource object for the specified ContentIsland.
public:
static InputKeyboardSource ^ GetForIsland(ContentIsland ^ island);
static InputKeyboardSource GetForIsland(ContentIsland const& island);
public static InputKeyboardSource GetForIsland(ContentIsland island);
function getForIsland(island)
Public Shared Function GetForIsland (island As ContentIsland) As InputKeyboardSource
Parameters
- island
- ContentIsland
The ContentIsland that is handling input.
Returns
The InputKeyboardSource object for the specified ContentIsland, or a new InputKeyboardSource 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 InputKeyboardSource associated with a particular content island.