ThemeResourceKey Class
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.
Represents a key used in a ResourceDictionary for accessing theme color resources. Theme color resources include brushes and colors associated with a given color category and color name.
public ref class ThemeResourceKey sealed
public ref class ThemeResourceKey sealed
class ThemeResourceKey sealed
public sealed class ThemeResourceKey
type ThemeResourceKey = class
Public NotInheritable Class ThemeResourceKey
- Inheritance
-
ThemeResourceKey
Theme |
Initializes a new instance of the ThemeResourceKey class. |
Category |
Gets the category associated with this key. A combination of the name, category, and key type uniquely identify the resource being referenced by this key. |
Key |
Gets the type of resource specified by this key. A combination of the name, category, and key type uniquely identify the resource being referenced by this key. |
Name |
Gets the name associated with this key. A combination of the name, category, and key type uniquely identify the resource being referenced by this key. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Get |
Serves as a hash function for a particular type. |
To |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |