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。