TemplateContent 类

定义

实现录制和播放逻辑,模板在与 XAML 读取器和编写器交互时将使用该逻辑推迟内容。

public ref class TemplateContent
[System.Windows.Markup.XamlDeferLoad(typeof(System.Windows.TemplateContentLoader), typeof(System.Windows.FrameworkElement))]
public class TemplateContent
[<System.Windows.Markup.XamlDeferLoad(typeof(System.Windows.TemplateContentLoader), typeof(System.Windows.FrameworkElement))>]
type TemplateContent = class
Public Class TemplateContent
继承
TemplateContent
属性

注解

此类在 .NET Framework 4.5 Beta 版中没有公共 API。 它为 . 提供属性值 Template。 其构造函数是内部构造函数。 有一个实例化路径,但它很复杂。 实例化模板需要TemplateContentLoaderXamlReader表示延迟的读取器实例和服务IXamlObjectWriterFactory。 这两个注意事项通常仅与未使用默认 XAML 进行 WPF 处理行为的注意事项相关,其中包括模板作为基础结构的一部分延迟内容处理,并且不需要典型的 WPF 应用程序作者访问上述 API。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于