Capture.Index 屬性

定義

在原始字串中找到擷取的子字串的第一個字元之位置。

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

屬性值

在原始字串中找到擷取的子字串之以零起始的開始位置。

適用於