StyleKey<T> Class
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.
Simple derivation of ResourceKey, templated to allow the overridden Assembly property to return the correct assembly based on typeof(T).
generic <typename T>
public ref class StyleKey sealed : System::Windows::ResourceKey
public sealed class StyleKey<T> : System.Windows.ResourceKey
type StyleKey<'T> = class
inherit ResourceKey
Public NotInheritable Class StyleKey(Of T)
Inherits ResourceKey
Type Parameters
- T
The type with which this StyleKey is associated with.
- Inheritance
-
StyleKey<T>
Constructors
StyleKey<T>() |
Microsoft internal use only. |
Properties
Assembly |
Microsoft internal use only. |