ActivitySymbol.EndLine 属性
定义
获取源代码文件中由一个或多个行组成的范围中的最后一行。Gets the final line in a range of one or more lines in the source code file.
public:
property int EndLine { int get(); };
public int EndLine { get; }
member this.EndLine : int
Public ReadOnly Property EndLine As Integer
属性值
源代码文件中由一行或多行组成的范围中的最后一行。The final line in a range of one or more lines in the source code file.