XmlNodeList.Length 속성

정의

목록의 길이를 가져옵니다.

public:
 property unsigned int Length { unsigned int get(); };
uint32_t Length();
public uint Length { get; }
var uInt32 = xmlNodeList.length;
Public ReadOnly Property Length As UInteger

속성 값

UInt32

unsigned int

uint32_t

목록의 길이입니다. 유효한 자식 노드 인덱스의 범위는 0에서 length-1까지입니다.

적용 대상