IBuildActionProgress.ReportAsync(BuildMessage, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Report build status
public:
System::Threading::Tasks::Task ^ ReportAsync(Microsoft::VisualStudio::Workspace::Build::BuildMessage ^ buildMessage, System::Object ^ progressData);
public System.Threading.Tasks.Task ReportAsync (Microsoft.VisualStudio.Workspace.Build.BuildMessage buildMessage, object progressData);
public System.Threading.Tasks.Task ReportAsync (Microsoft.VisualStudio.Workspace.Build.BuildMessage buildMessage, object? progressData);
abstract member ReportAsync : Microsoft.VisualStudio.Workspace.Build.BuildMessage * obj -> System.Threading.Tasks.Task
Public Function ReportAsync (buildMessage As BuildMessage, progressData As Object) As Task
Parameters
- buildMessage
- BuildMessage
The build message
- progressData
- Object
Optional data
Returns
Task completion