System::Xml::XmlDeclaration::WriteContentTo メソッド
XmlDeclaration::WriteContentTo method
指定された XmlWriter にノードの子要素を保存します。XmlDeclaration ノードは子要素を持たないため、このメソッドは効果がありません。
void System::Xml::XmlDeclaration::WriteContentTo(const SharedPtr<XmlWriter> &w) override
| パラメーター | 型 | 説明 |
|---|---|---|
| w | const SharedPtr<XmlWriter>& | 保存先の XmlWriter。 |
参照
- Typedef SharedPtr
- Class XmlWriter
- Class XmlDeclaration
- Namespace System::Xml
- Library Aspose.Page for C++