Debugger5.ImportBreakpoints(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Imports breakpoints from a file.
public:
void ImportBreakpoints(System::String ^ FileName);
public:
void ImportBreakpoints(Platform::String ^ FileName);
void ImportBreakpoints(std::wstring const & FileName);
[System.Runtime.InteropServices.DispId(4102)]
public void ImportBreakpoints (string FileName);
[<System.Runtime.InteropServices.DispId(4102)>]
abstract member ImportBreakpoints : string -> unit
Public Sub ImportBreakpoints (FileName As String)
Parameters
- FileName
- String
The file name.
- Attributes