Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Remarks
See FileLine.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.