System::Xml::XmlAttributeCollection::RemoveAt メソッド
XmlAttributeCollection::RemoveAt method
コレクションから指定されたインデックスに対応する属性を削除します。
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::RemoveAt(int32_t i)
| パラメーター | 型 | 説明 |
|---|---|---|
| i | int32_t | 削除するノードのインデックスです。最初のノードのインデックスは 0 です。 |
ReturnValue
指定されたインデックスに属性がない場合は nullptr を返します。
参照
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++