Partilhar via


InvalidProjectFileException.EndColumnNumber Property

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution 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

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to