ComponentResourceLocation Enum

Definition

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

public enum class ComponentResourceLocation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ComponentResourceLocation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ComponentResourceLocation
Public Enum ComponentResourceLocation
Inheritance
ComponentResourceLocation
Attributes

Fields

Application 0

Lookup treats the APPXPACKAGE as the root.

Nested 1

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

Applies to