Context.EndPosition 屬性

定義

取得該程式碼結束處的位置,因為所有程式碼行都儲存在同一串字串中。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

屬性值

碼串中該碼結束的位置。

適用於

另請參閱