IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) Methode

Definition

Gibt einen XamlObjectWriter Wert zurück, der auf dem aktiven XAML-Schemakontext basiert.

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

Parameter

settings
XamlObjectWriterSettings

Die Einstellungen für die Konstruktion und Initialisierung der XamlObjectWriter.

Gibt zurück

A XamlObjectWriter that has the specified settings.

Gilt für: