Sdílet prostřednictvím


MockLogger.TaskFinishedEvents Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::TaskFinishedEventArgs ^> ^ TaskFinishedEvents { System::Collections::Generic::List<Microsoft::Build::Framework::TaskFinishedEventArgs ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Build.Framework.TaskFinishedEventArgs> TaskFinishedEvents { get; }
member this.TaskFinishedEvents : System.Collections.Generic.List<Microsoft.Build.Framework.TaskFinishedEventArgs>
Public ReadOnly Property TaskFinishedEvents As List(Of TaskFinishedEventArgs)

Property Value

Applies to