次の方法で共有


IXmlCharacterData.Length プロパティ

定義

データの長さを Unicode 文字で取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

Unicode 文字でのデータの長さ。

適用対象