次の方法で共有


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

ノード操作に使用するスキーマ コンテキスト。

例外

schemaContextnullです。

注釈

スキーマ コンテキストは、 Writer 値として存在する XAML ライターに適用されます。

適用対象