XmlComment.Length プロパティ

定義

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

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

プロパティ値

UInt32

unsigned int

uint32_t

データの長さ (Unicode 文字)。

実装

適用対象