TaskStartedEventArgs.TaskFile Property

Definition

MSBuild file where this task was defined.

public:
 property System::String ^ TaskFile { System::String ^ get(); };
public string TaskFile { get; }
public string TaskFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TaskFile : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TaskFile : string
Public ReadOnly Property TaskFile As String

Property Value

The MSBuild file where the task was defined.

Attributes

Applies to