Breakpoint3.FunctionLineOffset 属性

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

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.dll 中)

语法

声明
ReadOnly Property FunctionLineOffset As Integer
    Get
int FunctionLineOffset { get; }
property int FunctionLineOffset {
    int get ();
}
abstract FunctionLineOffset : int
function get FunctionLineOffset () : int

属性值

类型:System.Int32
一个包含距离函数断点名称的行偏移量的整数。

实现

Breakpoint2.FunctionLineOffset

备注

请参见FunctionLineOffset

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

FunctionLineOffset 重载

EnvDTE90a 命名空间