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