Debugger5.ImportBreakpoints 方法
从文件导入断点。
命名空间: EnvDTE100
程序集: EnvDTE100(在 EnvDTE100.dll 中)
语法
声明
Sub ImportBreakpoints ( _
FileName As String _
)
void ImportBreakpoints(
string FileName
)
void ImportBreakpoints(
[InAttribute] String^ FileName
)
abstract ImportBreakpoints :
FileName:string -> unit
function ImportBreakpoints(
FileName : String
)
参数
- FileName
类型:System.String
文件名。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。