IBuildEngine.LineNumberOfTaskNode Property

Definition

Retrieves the line number of the task node within the project file that called it.

public:
 property int LineNumberOfTaskNode { int get(); };
public int LineNumberOfTaskNode { get; }
member this.LineNumberOfTaskNode : int
Public ReadOnly Property LineNumberOfTaskNode As Integer

Property Value

The line number of the task node within the project file that called it.

Applies to