IVsOperationProgressProjectStageStatus Interface
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.
Information about operation progress stages of a particular project. Note: Current interface and behavior are preliminary and subject to change. The status includes contributions to the project itself as well as its project dependencies.
public interface class IVsOperationProgressProjectStageStatus
public interface IVsOperationProgressProjectStageStatus
type IVsOperationProgressProjectStageStatus = interface
Public Interface IVsOperationProgressProjectStageStatus
Status |
Gets the status of the stage. |
Wait |
Waits for the current work in-progress to complete. |
In |
Event that gets triggered when the stage becomes in progress or when it completes the scheduled work. Notifications are queued and triggered asynchronously, on a background thread and could be delayed. Subscribers can use the version number received via ProjectStatusChangedEventArgs in combination with Status to detect whether the notification is old. Whenever possible, it is recommended to use WaitForCompletionAsync() instead. |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2019, 2022 |