System::Xml::Schema::XmlSchema::Write 方法
XmlSchema::Write(const SharedPtr<IO::Stream>&) method
将 XML Schema 写入提供的数据流。
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream)
| 参数 | 类型 | 描述 |
|---|
| 流 | const SharedPtr<IO::Stream>& | 提供的数据流。 |
另见
XmlSchema::Write(const SharedPtr<IO::Stream>&, const SharedPtr<XmlNamespaceManager>&) method
使用指定的 XmlNamespaceManager,将 XML Schema 写入提供的流。
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| 参数 | 类型 | 描述 |
|---|
| 流 | const SharedPtr<IO::Stream>& | 提供的数据流。 |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | 该 XmlNamespaceManager。 |
另见
XmlSchema::Write(const SharedPtr<IO::TextWriter>&) method
将 XML Schema 写入提供的 IO::TextWriter。
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer)
另见
XmlSchema::Write(const SharedPtr<IO::TextWriter>&, const SharedPtr<XmlNamespaceManager>&) method
将 XML Schema 写入提供的 TextWriter。
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
另见
XmlSchema::Write(const SharedPtr<XmlWriter>&) method
将 XML Schema 写入提供的 XmlWriter。
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)
| 参数 | 类型 | 描述 |
|---|
| writer | const SharedPtr<XmlWriter>& | 用于写入的 XmlWriter。 |
另见
XmlSchema::Write(const SharedPtr<XmlWriter>&, const SharedPtr<XmlNamespaceManager>&) method
将 XML Schema 写入提供的 XmlWriter。
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
另见