IBuildEngine.LineNumberOfTaskNode 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.
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.