Breakpoint3.FileLine 属性

定义

获取文件中设置断点的行。

public:
 property int FileLine { int get(); };
public:
 property int FileLine { int get(); };
[System.Runtime.InteropServices.DispId(106)]
public int FileLine { [System.Runtime.InteropServices.DispId(106)] get; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
member this.FileLine : int
Public ReadOnly Property FileLine As Integer

属性值

Int32

一个包含设置断点的源代码行号的整数。

实现

属性

注解

请参阅 FileLine

适用于