InputFocusNavigationHost.GetForSiteLink(IContentSiteLink) 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 InputFocusNavigationHost object associated with a given IContentSiteLink.
public:
static InputFocusNavigationHost ^ GetForSiteLink(IContentSiteLink ^ contentSiteLink);
static InputFocusNavigationHost GetForSiteLink(IContentSiteLink const& contentSiteLink);
public static InputFocusNavigationHost GetForSiteLink(IContentSiteLink contentSiteLink);
function getForSiteLink(contentSiteLink)
Public Shared Function GetForSiteLink (contentSiteLink As IContentSiteLink) As InputFocusNavigationHost
Parameters
- contentSiteLink
- IContentSiteLink
An object representing the link to a ContentSite (typically a ContentIsland).
Returns
The InputFocusNavigationHost associated with the specified IContentSiteLink.
Remarks
This enables focus navigation within a ContentIsland, which is a compositional unit in the WinUI framework used to host content in Win32 environments.