TaskFinishedEventArgs.TaskFile Property

Definition

MSBuild file where this task was defined.

public:
 property System::String ^ TaskFile { System::String ^ get(); };
public string TaskFile { get; }
member this.TaskFile : string
Public ReadOnly Property TaskFile As String

Property Value

String

The MSBuild file where the task is defined.

Applies to