System::Xml::XmlAttributeCollection::InsertAfter メソッド
XmlAttributeCollection::InsertAfter method
指定された属性を、指定された参照属性の直後に挿入します。
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| パラメーター | 型 | 説明 |
|---|---|---|
| newNode | const SharedPtr<XmlAttribute>& | 挿入する属性。 |
| refNode | const SharedPtr<XmlAttribute>& | 参照属性です。newNode は refNode の後に配置されます。 |
ReturnValue
コレクションに挿入する XmlAttribute。
参照
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++