InvalidProjectFileException.EndColumnNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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