Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
int FileLine { get; }
property int FileLine {
int get ();
}
abstract FileLine : int with get
function get FileLine () : int
Property Value
Type: System.Int32
An integer that contains the source-code line number at which the breakpoint is set.
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.