XmlWriterSettings.Reset Method
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.
Resets the members of the settings class to their default values.
public:
void Reset();
public void Reset ();
member this.Reset : unit -> unit
Public Sub Reset ()
Remarks
The following table shows the default property values for an instance of XmlWriterSettings.
Property | Initial value |
---|---|
Async | false . |
CheckCharacters | true . |
CloseOutput | false . |
ConformanceLevel | Document. |
Encoding | Encoding.UTF8 . |
Indent | false . |
IndentChars | Two spaces. |
NewLineChars | \r\n (carriage return, line feed) for non-Unix platforms, or \n (line feed) for Unix platforms. |
NewLineHandling | Replace. |
NewLineOnAttributes | false . |
OmitXmlDeclaration | false . |
WriteEndDocumentOnClose | true . |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.