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

XmlAttributeCollection::Remove method

コレクションから指定された属性を削除します。

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Remove(const SharedPtr<XmlAttribute> &node)
パラメーター説明
ノードconst SharedPtr<XmlAttribute>&削除する属性です。

ReturnValue

削除されたノード、またはコレクション内に見つからない場合は nullptr です。

参照