IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) メソッド

定義

アクティブな XAML スキーマ コンテキストに基づく XamlObjectWriter を返します。

public:
 System::Xaml::XamlObjectWriter ^ GetXamlObjectWriter(System::Xaml::XamlObjectWriterSettings ^ settings);
public System.Xaml.XamlObjectWriter GetXamlObjectWriter (System.Xaml.XamlObjectWriterSettings settings);
abstract member GetXamlObjectWriter : System.Xaml.XamlObjectWriterSettings -> System.Xaml.XamlObjectWriter
Public Function GetXamlObjectWriter (settings As XamlObjectWriterSettings) As XamlObjectWriter

パラメーター

settings
XamlObjectWriterSettings

XamlObjectWriter の構築と初期化に使用する設定。

戻り値

指定した設定の XamlObjectWriter

適用対象