获取距离函数断点名称的列偏移量。
命名空间: 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
备注
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。