Breakpoint3.FileLine Property

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

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

Syntax

'Declaration
ReadOnly Property FileLine As Integer
    Get
int FileLine { get; }
property int FileLine {
    int get ();
}
abstract FileLine : int
function get FileLine () : int

Property Value

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

Implements

Breakpoint2.FileLine

Remarks

See FileLine.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

FileLine Overload

EnvDTE90a Namespace