IXamlObjectWriterFactory.GetXamlObjectWriter(XamlObjectWriterSettings) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 qui a les paramètres spécifiés.