Debugger5.ExportBreakpoints Method

Exports the breakpoints to a file.

Namespace:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)

Syntax

'Declaration
Sub ExportBreakpoints ( _
    FileName As String _
)
void ExportBreakpoints(
    string FileName
)
void ExportBreakpoints(
    [InAttribute] String^ FileName
)
abstract ExportBreakpoints : 
        FileName:string -> unit 
function ExportBreakpoints(
    FileName : String
)

Parameters

.NET Framework Security

See Also

Reference

Debugger5 Interface

EnvDTE100 Namespace