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 number of the Breakpoint.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public uint LineNumber { get; }
public:
property unsigned int LineNumber {
unsigned int get();
}
member LineNumber : uint32 with get
Public ReadOnly Property LineNumber As UInteger
Property Value
Type: System.UInt32
The line number of the Breakpoint.
See Also
Breakpoint Class
Microsoft.VisualStudio.Tools.Applications Namespace