Breakpoint3.File 属性

获取包含断点的文件的名称。

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

语法

声明
ReadOnly Property File As String
    Get
string File { get; }
property String^ File {
    String^ get ();
}
abstract File : string
function get File () : String

属性值

类型:System.String
一个包含断点所在文件的名称的字符串。

实现

Breakpoint2.File

备注

请参见File

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

File 重载

EnvDTE90a 命名空间