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