TextRunCache 类

定义

TextFormatter 对象提供缓存服务,以便提高性能。

public ref class TextRunCache sealed
public sealed class TextRunCache
type TextRunCache = class
Public NotInheritable Class TextRunCache
继承
TextRunCache

注解

使用此缓存机制的应用程序负责在缓存中更改内容时使内容失效。

构造函数

TextRunCache()

初始化 TextRunCache 类的新实例。

方法

Change(Int32, Int32, Int32)

在添加、移除或替换 TextRun 的文本内容或文本运行属性时,向文本引擎客户端通知缓存发生了更改。

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Invalidate()

指示文本引擎客户端使 TextFormatter 缓存的整个内容无效。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于

另请参阅