XamlNodeQueue 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于写入节点和再次读取节点的缓冲区。
public ref class XamlNodeQueue
	public class XamlNodeQueue
	type XamlNodeQueue = class
	Public Class XamlNodeQueue
		- 继承
 - 
				XamlNodeQueue
 
注解
节点从 XAML 读取器读取节点时使用 XamlNodeQueue 。 如果需要可重播的 XAML 节点列表或支持随机访问的列表模型,请参阅 XamlNodeList。
创建一个 XamlNodeQueue时,将创建一个作为 Writer 值存在的编写器委托。 编写器委托基于特定于 XAML 节点的内部 XAML 编写器类。
构造函数
| XamlNodeQueue(XamlSchemaContext) |  
		 使用提供的 XAML 架构上下文初始化 XamlNodeQueue 类的新实例。  | 
        	
属性
| Count |  
		 获取 XamlNodeQueue 中的节点数。  | 
        	
| IsEmpty |  
		 获取一个值,该值确定此 XamlNodeQueue 是否不包含节点。  | 
        	
| Reader |  
		 获取 XAML 读取器实现委托。  | 
        	
| Writer |  
		 获取关联的 XAML 编写器。  | 
        	
方法
| Equals(Object) | 
		   确定指定对象是否等于当前对象。 (继承自 Object) | 
        	
| GetHashCode() | 
		   作为默认哈希函数。 (继承自 Object) | 
        	
| GetType() | 
		   获取当前实例的 Type。 (继承自 Object) | 
        	
| MemberwiseClone() | 
		   创建当前 Object 的浅表副本。 (继承自 Object) | 
        	
| ToString() | 
		   返回表示当前对象的字符串。 (继承自 Object) |