IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回基于活动 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,它具有指定的设置。