Breakpoint3.FileLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.