TemplateKey 类

定义

用作数据模板的资源键时,允许数据模板参与查找过程。

public ref class TemplateKey abstract : System::Windows::ResourceKey, System::ComponentModel::ISupportInitialize
[System.ComponentModel.TypeConverter(typeof(System.Windows.Markup.TemplateKeyConverter))]
public abstract class TemplateKey : System.Windows.ResourceKey, System.ComponentModel.ISupportInitialize
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Markup.TemplateKeyConverter))>]
type TemplateKey = class
    inherit ResourceKey
    interface ISupportInitialize
Public MustInherit Class TemplateKey
Inherits ResourceKey
Implements ISupportInitialize
继承
派生
属性
实现

构造函数

TemplateKey(TemplateKey+TemplateType)

用指定的模板类型初始化 TemplateKey 类的新实例。 此构造函数受到保护。

TemplateKey(TemplateKey+TemplateType, Object)

使用指定的参数初始化 TemplateKey 类的新实例。 此构造函数受到保护。

属性

Assembly

获取或设置包含模板定义的程序集。

DataType

获取或设置模板设计所针对的类型。

方法

Equals(Object)

返回一个值,该值指示给定实例是否与 TemplateKey 的此实例相同。

GetHashCode()

返回 TemplateKey 的此实例的哈希代码。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ProvideValue(IServiceProvider)

返回此 ResourceKey。 此类的实例通常用作字典中的键。

(继承自 ResourceKey)
ToString()

返回此 TemplateKey 的字符串表示形式。

显式接口实现

ISupportInitialize.BeginInit()

此成员支持Windows Presentation Foundation (WPF) 基础结构,不应直接从代码使用。

ISupportInitialize.EndInit()

此成员支持Windows Presentation Foundation (WPF) 基础结构,不应直接从代码使用。

适用于

另请参阅