SourceLocation.EndLine 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在原始碼檔案中取得一行或多行的最後一行。
public:
property int EndLine { int get(); };
public int EndLine { get; }
member this.EndLine : int
Public ReadOnly Property EndLine As Integer
屬性值
一個整數代表一系列直線中的最後一行。