次の方法で共有


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です。

注釈

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

適用対象