IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) Método

Definición

Devuelve un XamlObjectWriter que se basa en el contexto de esquema XAML activo.

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

Parámetros

settings
XamlObjectWriterSettings

La configuración que se va a usar para la construcción y la inicialización de .XamlObjectWriter

Devoluciones

que XamlObjectWriter tiene la configuración especificada.

Se aplica a