共用方式為


Context.EndPosition 屬性

定義

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

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

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

屬性值

Int32

程式碼字串中此程式碼結束的位置。

適用於

另請參閱