Formatting Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies formatting options for the XmlTextWriter.
public enum class Formatting
public enum Formatting
type Formatting =
Public Enum Formatting
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | No special formatting is applied. This is the default. |
Indented | 1 | Causes child elements to be indented according to the Indentation and IndentChar settings. This option indents element content only; mixed content is not affected. For the XML 1.0 definitions of these terms, see the World Wide Web Consortium (W3C) documentation Element Content and Mixed Content. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET