BuildErrorEventArgs.EndColumnNumber Property

Definition

Ending column number of interest in associated file.

public:
 property int EndColumnNumber { int get(); };
public int EndColumnNumber { get; }
public int EndColumnNumber { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.EndColumnNumber : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.EndColumnNumber : int
Public ReadOnly Property EndColumnNumber As Integer

Property Value

The column number that corresponds to the end of the section of code that raised the event.

Attributes

Applies to