共用方式為


TextSpan<T>.Length 屬性

定義

取得文字範圍中的字元數目。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

屬性值

Int32

表示文字範圍之長度的 Int32 值。

適用於