ComponentResourceLocation Enum
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.
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
Name | Value | Description |
---|---|---|
Application | 0 | Lookup treats the APPXPACKAGE as the root. |
Nested | 1 | Lookup expects that the resource is a nested resource of a component. |