XamlNodeQueue(XamlSchemaContext) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用提供的 XAML 架构上下文初始化 XamlNodeQueue 类的新实例。
public:
XamlNodeQueue(System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlNodeQueue (System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlNodeQueue : System.Xaml.XamlSchemaContext -> System.Xaml.XamlNodeQueue
Public Sub New (schemaContext As XamlSchemaContext)
参数
- schemaContext
- XamlSchemaContext
要用于节点操作的架构上下文。
例外
xamlSchemaContext
为 null
。
注解
架构上下文应用于作为 Writer 值存在的 XAML 编写器。