共用方式為


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 字元為單位。

實作

適用於