System::Xml::XmlAttributeCollection::InsertAfter メソッド

XmlAttributeCollection::InsertAfter method

指定された属性を、指定された参照属性の直後に挿入します。

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
パラメーター説明
newNodeconst SharedPtr<XmlAttribute>&挿入する属性。
refNodeconst SharedPtr<XmlAttribute>&参照属性です。newNoderefNode の後に配置されます。

ReturnValue

コレクションに挿入する XmlAttribute

参照