ActivitySymbol.EndLine 属性

定义

获取源代码文件中一个或多个行范围内的最后一行。

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

属性值

源代码文件中一个或多个行范围内的最后一行。

适用于