get_BaseStream()

XmlTextWriter::get_BaseStream() method

Returns the underlying stream object.

SharedPtr<IO::Stream> System::Xml::XmlTextWriter::get_BaseStream()

Return Value

The stream to which the XmlTextWriter is writing or nullptr if the XmlTextWriter was constructed using a TextWriter that does not inherit from the StreamWriter class.

See Also