ResourceKey Class
Provides an abstract base class for various resource keys.
Assembly: PresentationFramework (in PresentationFramework.dll)
System.Windows.Markup::MarkupExtension
System.Windows::ResourceKey
System.Windows::ComponentResourceKey
System.Windows::TemplateKey
| Name | Description | |
|---|---|---|
![]() | ResourceKey() | Initializes a new instance of a class derived from ResourceKey. |
| Name | Description | |
|---|---|---|
![]() | Assembly | Gets an assembly object that indicates which assembly's dictionary to look in for the value associated with this key. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ProvideValue(IServiceProvider^) | Returns this ResourceKey. Instances of this class are typically used as a key in a dictionary. (Overrides MarkupExtension::ProvideValue(IServiceProvider^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class provides no functionality except to supply a common base class for simple key detection in resource components.
Resource keys are either strings or instances of a type. This class provides support for classes that base key values on other object values, where the objects passed in assure uniqueness of the generated resource keys.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


