IBuildEngine.ProjectFileOfTaskNode 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.
Returns the full path to the project file that contained the call to this task.
public:
 property System::String ^ ProjectFileOfTaskNode { System::String ^ get(); };
	public string ProjectFileOfTaskNode { get; }
	member this.ProjectFileOfTaskNode : string
	Public ReadOnly Property ProjectFileOfTaskNode As String
	Property Value
The full path to the project file that contained the call to this task.