IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) Metod

Definition

Returnerar ett XamlObjectWriter som baseras på aktiv XAML-schemakontext.

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

Parametrar

settings
XamlObjectWriterSettings

De inställningar som ska användas för konstruktion och initiering av XamlObjectWriter.

Returer

En XamlObjectWriter som har de angivna inställningarna.

Gäller för