ElementContentIterator 구조체
정의
이름이 일치하는 모든 자식 요소를 반복합니다.Iterates over all child elements with a matching name.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public value class ElementContentIterator
public struct ElementContentIterator
type ElementContentIterator = struct
Public Structure ElementContentIterator
- 상속
속성
Current |
현재 결과 탐색기를 반환합니다.Returns the current result navigator. |
메서드
Create(XPathNavigator, String, String) |
ElementContentIterator을 초기화합니다.Initializes the ElementContentIterator. |
MoveNext() |
이름이 일치하는 다음 자식 요소에 반복기를 배치합니다.Positions the iterator on the next child element with a matching name. |