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

XmlAttributeCollection::InsertBefore method

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

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

ReturnValue

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

参照