System::Xml::XmlTextWriter::get_BaseStream method
XmlTextWriter::get_BaseStream method
Returns the underlying stream object.
SharedPtr<IO::Stream> System::Xml::XmlTextWriter::get_BaseStream()
ReturnValue
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
- Typedef SharedPtr
- Class Stream
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.TeX for C++