Share via


MockLogger.ExternalProjectFinishedEvents Property

Definition

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

Property Value

Applies to