共用方式為


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 到長度 1。

適用於