XmlNamedNodeMap.Length プロパティ

定義

ノードの一覧の長さを取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

リスト内のノードの数。

注釈

有効な子ノード インデックスの範囲は、0 ~ length-1 です。

適用対象