Breakpoint3.FileLine 属性

获取文件中设置断点的行。

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

语法

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

属性值

类型:System.Int32
一个包含设置断点的源代码行号的整数。

备注

请参见 FileLine

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

FileLine 重载

EnvDTE90a 命名空间