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 寫入器。