Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 938 Bytes

resourcemanager_defaultcontext.md

File metadata and controls

27 lines (18 loc) · 938 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Resources.Core.ResourceManager.DefaultContext
winrt property

Windows.ApplicationModel.Resources.Core.ResourceManager.DefaultContext

-description

Gets the default ResourceContext for the currently running application. Unless explicitly overridden, the default ResourceContext is used to determine the most appropriate representation of any given named resource.

Note

DefaultContext may be altered or unavailable for releases after Windows 8.1. Instead, use ResourceContext.GetForCurrentView.

-property-value

The resource context.

-remarks

-examples

-see-also

ResourceContext.GetForCurrentView