System::Xml::XmlNodeList 클래스

XmlNodeList class

노드의 순서가 지정된 컬렉션을 나타냅니다.

class XmlNodeList : public System::Collections::Generic::IEnumerable<SharedPtr<System::Xml::XmlNode>>,
                    public System::IDisposable

메서드

메서드설명
virtual get_Count()XmlNodeList에 있는 노드 수를 반환합니다.
virtual GetEnumerator()XmlNodeList의 노드 컬렉션을 반복하는 지원을 제공합니다.
virtual idx_get(int32_t)주어진 인덱스에 있는 노드를 반환합니다.
virtual Item(int32_t)주어진 인덱스에 있는 노드를 검색합니다.

Typedefs

타입 정의설명
Ptr이 클래스 인스턴스에 대한 공유 포인터 별칭입니다.

또 보기