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
です。
注釈
スキーマ コンテキストは、値として存在する XAML ライターに Writer 適用されます。