Breakpoint3.FunctionLineOffset 属性

定义

获取距离函数断点名称的行偏移量。

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

属性值

Int32

一个包含到函数断点名称的行偏移量的整数。

实现

属性

注解

请参阅 FunctionLineOffset

适用于