Share via


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,它具有指定的设置。

适用于