System::Xml::XmlAttributeCollection::InsertBefore 메서드

XmlAttributeCollection::InsertBefore method

지정된 속성을 지정된 기준 속성 바로 앞에 삽입합니다.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertBefore(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
매개변수형식설명
newNodeconst SharedPtr<XmlAttribute>&삽입할 속성.
refNodeconst SharedPtr<XmlAttribute>&기준 속성입니다. newNoderefNode 앞에 배치됩니다.

ReturnValue

컬렉션에 삽입할 XmlAttribute입니다.

또 보기