IXmlTextWriterInitializer::SetOutput Method (Stream^, Encoding^, Boolean)
.NET Framework (current version)
Specifies initialization requirements for XML text writers that implement this method.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
The stream to write to.
- encoding
-
Type:
System.Text::Encoding^
The character encoding of the stream.
- ownsStream
-
Type:
System::Boolean
If true, stream is closed by the writer when done; otherwise false.
.NET Framework
Available since 3.0
Available since 3.0
Show: