IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) Metodo

Definizione

Restituisce un oggetto XamlObjectWriter basato sul contesto dello schema XAML attivo.

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

Parametri

settings
XamlObjectWriterSettings

Impostazioni da utilizzare per la costruzione e l'inizializzazione XamlObjectWriterdi .

Valori restituiti

Oggetto XamlObjectWriter con le impostazioni specificate.

Si applica a