Share via


MockLogger.BuildMessageEvents Property

Definition

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

Property Value

Applies to