次の方法で共有


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 値。

適用対象