CharacterRange.First 屬性

定義

取得或設定這個 CharacterRange 的第一個字元之字串中的位置。

public:
 property int First { int get(); void set(int value); };
public int First { get; set; }
member this.First : int with get, set
Public Property First As Integer

屬性值

這個 CharacterRange 的第一個位置。

適用於