XamlObjectWriter コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 スキーマ コンテキスト。
例外
schemaContext
が null
です。
適用対象
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 の動作および出力の特定のオプションを指定する設定オブジェクト。
例外
schemaContext
が null
です。
適用対象
.NET