Breakpoint3.FunctionColumnOffset 属性

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

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

语法

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

属性值

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

实现

Breakpoint2.FunctionColumnOffset

备注

请参见FunctionColumnOffset

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

FunctionColumnOffset 重载

EnvDTE90a 命名空间