Compartilhar via


IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) Método

Definição

Retorna um XamlObjectWriter que é baseado no contexto de 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 configurações a serem usadas para a construção e inicialização do XamlObjectWriter.

Retornos

XamlObjectWriter

Um XamlObjectWriter que tem as configurações especificadas.

Aplica-se a