XmlWriterSettings.OutputMethod Propriété

Définition

Obtient la méthode utilisée pour sérialiser la sortie XmlWriter.

public:
 property System::Xml::XmlOutputMethod OutputMethod { System::Xml::XmlOutputMethod get(); };
public System.Xml.XmlOutputMethod OutputMethod { get; }
member this.OutputMethod : System.Xml.XmlOutputMethod
Public ReadOnly Property OutputMethod As XmlOutputMethod

Valeur de propriété

XmlOutputMethod

Une des valeurs de l'objet XmlOutputMethod. La valeur par défaut est Xml.

Remarques

Cette propriété spécifie la méthode utilisée pour sérialiser la sortie. La sortie peut être sérialisée à l’aide des règles HTML, des règles XML 1.0, et ainsi de suite. Ce paramètre est défini par le processeur XSLT et est utilisé en interne par Visual Studio.

S’applique à