Freigeben über


Formatting-Enumeration

Gibt Formatierungsoptionen für den XmlTextWriter an.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

'Declaration
Public Enumeration Formatting
'Usage
Dim instance As Formatting
public enum Formatting
public enum class Formatting
public enum Formatting
public enum Formatting

Member

  Membername Beschreibung
Unterstützt von .NET Compact Framework Indented Veranlasst, dass untergeordnete Elemente entsprechend den Einstellungen von Indentation und IndentChar eingerückt werden.  

Durch diese Option wird lediglich Elementinhalt eingerückt, gemischter Inhalt ist davon nicht betroffen. Die Definitionen dieser Begriffe für XML 1.0 finden Sie in der W3C-Dokumentation (World Wide Web Consortium) (www.w3.org/TR/1998/REC-xml-19980210#sec-element-content und www.w3.org/TR/1998/REC-xml-19980210#sec-mixed-content).

Unterstützt von .NET Compact Framework None Es wird keine besondere Foramtierung angewendet. Dies ist die Standardeinstellung. 

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

.NET Compact Framework

Unterstützt in: 2.0, 1.0

Siehe auch

Referenz

System.Xml-Namespace