Breakpoint::FileLine Property
Visual Studio 2015
Indicates the line location within a file for a breakpoint.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Int32An integer that represents the line number in the source code, measured from the start of the function, at which the breakpoint is set.
If the return value is 1, the breakpoint is set at the start of the file. This is specified in the Line box of the File, New Breakpoint dialog box.
Show: