言語

XamlObjectWriter コンストラクター

定義

XamlObjectWriter クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
XamlObjectWriter(XamlSchemaContext)

XamlObjectWriterによって使用される XAML スキーマ コンテキストを使用して、XamlReader クラスの新しいインスタンスを初期化します。

XamlObjectWriter(XamlSchemaContext, XamlObjectWriterSettings)

XamlObjectWriterとその設定で使用されるコンテキストを使用して、XamlReader クラスの新しいインスタンスを初期化します。

XamlObjectWriter(XamlSchemaContext)

XamlObjectWriterによって使用される XAML スキーマ コンテキストを使用して、XamlReader クラスの新しいインスタンスを初期化します。

public:
 XamlObjectWriter(System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlObjectWriter(System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlObjectWriter : System.Xaml.XamlSchemaContext -> System.Xaml.XamlObjectWriter
Public Sub New (schemaContext As XamlSchemaContext)

パラメーター

schemaContext
XamlSchemaContext

書き込み用のノードを提供する XAML リーダーと共有される XAML スキーマ コンテキスト。

例外

schemaContextnullです。

適用対象

XamlObjectWriter(XamlSchemaContext, XamlObjectWriterSettings)

XamlObjectWriterとその設定で使用されるコンテキストを使用して、XamlReader クラスの新しいインスタンスを初期化します。

public:
 XamlObjectWriter(System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlObjectWriterSettings ^ settings);
public XamlObjectWriter(System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlObjectWriterSettings settings);
new System.Xaml.XamlObjectWriter : System.Xaml.XamlSchemaContext * System.Xaml.XamlObjectWriterSettings -> System.Xaml.XamlObjectWriter
Public Sub New (schemaContext As XamlSchemaContext, settings As XamlObjectWriterSettings)

パラメーター

schemaContext
XamlSchemaContext

書き込み用のノードを提供する XAML リーダーと共有される XAML スキーマ コンテキスト。

settings
XamlObjectWriterSettings

XamlObjectWriter動作と出力の特定のオプションを指定する settings オブジェクト。

例外

schemaContextnullです。

適用対象