IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) Método

Definição

Devolve um XamlObjectWriter que se baseia no contexto do esquema XAML ativo.

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

As definições a usar para a construção e inicialização do XamlObjectWriter.

Devoluções

A XamlObjectWriter que tem as definições especificadas.

Aplica-se a