IBuildMessageService.OnBuildMessagesEvent Property

Definition

Async event when flush messages

public:
 property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Build::BuildMessagesEventArgs ^> ^ OnBuildMessagesEvent { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Build::BuildMessagesEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Build::BuildMessagesEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Build.BuildMessagesEventArgs> OnBuildMessagesEvent { get; set; }
member this.OnBuildMessagesEvent : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Build.BuildMessagesEventArgs> with get, set
Public Property OnBuildMessagesEvent As AsyncEvent(Of BuildMessagesEventArgs)

Property Value

Applies to