Breakpoint3::FileLine Property

 

Gets the line within a file where the breakpoint is set.

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

property int FileLine {
	int get();
}

Property Value

Type: System::Int32

An integer that contains the source-code line number at which the breakpoint is set.

Return to top
Show: