ResourceType enumeration (xamlom.h)

Defines constants that specify the type of a resource in a resource dictionary.

Syntax

typedef enum ResourceType {
  ResourceTypeStatic = 0,
  ResourceTypeTheme
} ;

Constants

 
ResourceTypeStatic
Value: 0
The resource is a StaticResource.
ResourceTypeTheme
The resource is a ThemeResource.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header xamlom.h

See also

ResolveResource