XamlNodeList 类

定义

为诸如采用延迟方式编写 XAML 节点等方案提供 XAML 节点的列表。

public ref class XamlNodeList
public class XamlNodeList
type XamlNodeList = class
Public Class XamlNodeList
继承
XamlNodeList

注解

创建一个 XamlNodeList编写器委托时,将创建作为 Writer 值存在的编写器委托。 编写器委托基于特定于 XAML 节点的内部 XAML 编写器类。

构造函数

XamlNodeList(XamlSchemaContext)

使用提供的架构上下文初始化 XamlNodeList 类的新实例。

XamlNodeList(XamlSchemaContext, Int32)

使用提供的架构上下文和列表大小初始化 XamlNodeList 类的新实例。

属性

Count

获取此 XamlNodeList 中的节点数。

Writer

获取关联的 XAML 编写器。

方法

Clear()

清除此列表中的项。

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetReader()

返回 XAML 读取器实现委托。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于

另请参阅