ThemeResourceKey Class

 

Represents a key used in a Resource Dictionary for accessing theme color resources. Theme color resources include brushes and colors associated with a given color category and color name.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.ThemeResourceKey

public sealed class ThemeResourceKey

NameDescription
System_CAPS_pubmethodThemeResourceKey(Guid, String, ThemeResourceKeyType)

Initializes a new instance of the ThemeResourceKey class.

NameDescription
System_CAPS_pubpropertyCategory

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.

System_CAPS_pubpropertyKeyType

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.

System_CAPS_pubpropertyName

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: