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