IBuildActionProgress Interface
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.
Interface for a in-proc or out-of-proc build action progress
public interface class IBuildActionProgress : IProgress<Microsoft::VisualStudio::Workspace::IFileContextActionProgressUpdate ^>
public interface IBuildActionProgress : IProgress<Microsoft.VisualStudio.Workspace.IFileContextActionProgressUpdate>
type IBuildActionProgress = interface
interface IProgress<IFileContextActionProgressUpdate>
Public Interface IBuildActionProgress
Implements IProgress(Of IFileContextActionProgressUpdate)
- Implements
Methods
ReportAsync(BuildMessage, Object) |
Report build status |