共用方式為


MockLogger.TaskStartedEvents Property

Definition

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

Property Value

Applies to