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
用於節點操作的結構上下文。
例外狀況
schemaContext 為 null。
備註
結構上下文會套用到作為 Writer 值存在的 XAML 寫入器上。