Breakpoint::FileLine Property

 

Indicates the line location within a file for a breakpoint.

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

property int FileLine {
	int get();
}

Property Value

Type: System::Int32

An 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.

The following example demonstrates how to use the FileLine property.

No code example is currently available or this language may not be supported.
Return to top
Show: