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

XmlAttributeCollection::RemoveAt method

コレクションから指定されたインデックスに対応する属性を削除します。

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::RemoveAt(int32_t i)
パラメーター説明
iint32_t削除するノードのインデックスです。最初のノードのインデックスは 0 です。

ReturnValue

指定されたインデックスに属性がない場合は nullptr を返します。

参照