共用方式為


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

具有指定之設定的 XamlObjectWriter

適用於