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

XmlAttributeCollection::Append method

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

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

ReturnValue

コレクションに追加する XmlAttribute

参照