SourceError.LineNumber Property

 

Gets the line number where the error starts.

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 where the error starts.

See Also

SourceError Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top