InvalidProjectFileException.EndColumnNumber Property

Definition

Gets the last column number, if any, of a range of invalid columns in the project.

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 last invalid column number, or zero.

Attributes

Applies to