Breakpoint3.FileLine Property

Definition

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

public:
 property int FileLine { int get(); };
public:
 property int FileLine { int get(); };
[System.Runtime.InteropServices.DispId(106)]
public int FileLine { [System.Runtime.InteropServices.DispId(106)] get; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
member this.FileLine : int
Public ReadOnly Property FileLine As Integer

Property Value

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

Implements

Attributes

Remarks

See FileLine.

Applies to