System::Xml::XmlWriter::WriteAttributes 方法
XmlWriter::WriteAttributes method
当在派生类中被重写时,写出在当前位置的 XmlReader 中找到的所有属性。
virtual void System::Xml::XmlWriter::WriteAttributes(SharedPtr<XmlReader> reader, bool defattr)
| 参数 | 类型 | 描述 |
|---|---|---|
| reader | SharedPtr<XmlReader> | 用于复制属性的 XmlReader。 |
| defattr | bool | true 表示从 XmlReader 复制默认属性;否则为 false。 |
另见
- Typedef SharedPtr
- Class XmlReader
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++