System::Xml::XmlAttributeCollection::Remove 메서드
XmlAttributeCollection::Remove method
컬렉션에서 지정된 속성을 제거합니다.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Remove(const SharedPtr<XmlAttribute> &node)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 노드 | const SharedPtr<XmlAttribute>& | 제거할 속성입니다. |
ReturnValue
컬렉션에서 찾을 수 없을 경우 nullptr을 반환하는 제거된 노드입니다.
또 보기
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++