次の方法で共有


XamlObjectWriter コンストラクター

定義

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

オーバーロード

XamlObjectWriter(XamlSchemaContext)

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

XamlObjectWriter(XamlSchemaContext, XamlObjectWriterSettings)

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

XamlObjectWriter(XamlSchemaContext)

によって使用される XAML スキーマ コンテキストを XamlObjectWriter 使用して、 クラスの新しいインスタンスを 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 の動作および出力の特定のオプションを指定する設定オブジェクト。

例外

schemaContextnullです。

適用対象