Debugger5.ImportBreakpoints Method
Imports breakpoints from a file.
Namespace: EnvDTE100
Assembly: EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
Sub ImportBreakpoints ( _
FileName As String _
)
void ImportBreakpoints(
string FileName
)
void ImportBreakpoints(
[InAttribute] String^ FileName
)
abstract ImportBreakpoints :
FileName:string -> unit
function ImportBreakpoints(
FileName : String
)
Parameters
FileName
Type: System.StringThe file name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.