IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) Méthode

Définition

Retourne un XamlObjectWriter qui est basé sur le contexte de schéma XAML actif.

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

Paramètres

settings
XamlObjectWriterSettings

Paramètres à utiliser pour la construction et l'initialisation du XamlObjectWriter.

Retours

XamlObjectWriter

XamlObjectWriter qui a les paramètres spécifiés.

S’applique à