Show / Hide Table of Contents

Class StyleKey

Represents a simple derivation of ResourceKey, templated to allow the overridden Assembly property to return the correct assembly based on typeof(T).

Inheritance
object
MarkupExtension
ResourceKey
StyleKey
Inherited Members
ResourceKey.ProvideValue(IServiceProvider)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public sealed class StyleKey : ResourceKey

Properties

View Source

Assembly

Gets an assembly object that indicates which assembly's dictionary to look in for the value associated with this key.

Declaration
public override Assembly Assembly { get; }
Property Value
Type Description
Assembly

The assembly.

Overrides
ResourceKey.Assembly
  • View Source
In this article
Back to top Generated by DocFX