IBuildEngine.ProjectFileOfTaskNode Property

Definition

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.

Applies to