TaskStartedEventArgs.ColumnNumber 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.
Column number of the task invocation in the project file.
public:
property int ColumnNumber { int get(); };
public int ColumnNumber { get; }
member this.ColumnNumber : int
Public ReadOnly Property ColumnNumber As Integer