Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 611 Bytes

componentresourcelocation.md

File metadata and controls

28 lines (18 loc) · 611 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation
winrt enum

ComponentResourceLocation

-description

Defines constants that specify the lookup behavior for references to application resources by Uniform Resource Identifier (URI) path.

-enum-fields

-field Application:0

Lookup treats the APPXPACKAGE as the root.

-field Nested:1

Lookup expects that the resource is a nested resource of a component.

-remarks

-examples

-see-also