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

XmlAttributeCollection::Prepend method

指定された属性をコレクションの最初のノードとして挿入します。

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Prepend(const SharedPtr<XmlAttribute> &node)
パラメーター説明
ノードconst SharedPtr<XmlAttribute>&挿入する属性。

ReturnValue

コレクションに追加された XmlAttribute

参照