XamlNodeQueue(XamlSchemaContext) 构造函数

定义

使用提供的 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

要用于节点操作的架构上下文。

例外

xamlSchemaContextnull

注解

架构上下文应用于作为 Writer 值存在的 XAML 编写器。

适用于