Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 920 Bytes

resourceloader_getforuicontext_22421150.md

File metadata and controls

35 lines (21 loc) · 920 Bytes
-api-id -api-type ms.custom
M:Windows.ApplicationModel.Resources.ResourceLoader.GetForUIContext(Windows.UI.UIContext)
winrt method
19H1

Windows.ApplicationModel.Resources.ResourceLoader.GetForUIContext

-description

Gets a ResourceLoader object for the specified UIContext.

-parameters

-param context

The UI context for which to get the ResourceLoader.

-returns

A resource loader for the specified UIContext.

-remarks

This method fails if it is called in a windowless thread.

-see-also

AppWindow.UIContext, UIElement.UIContext

-examples