共用方式為


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

適用於