SourceError.ColumnNumber Property

 

Gets the column number where the error begins.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public uint ColumnNumber { get; }
public:
property unsigned int ColumnNumber {
    unsigned int get();
}
member ColumnNumber : uint32 with get
Public ReadOnly Property ColumnNumber As UInteger

Property Value

Type: System.UInt32

The column number where the error begins.

See Also

SourceError Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top