ThreadedWaitDialogHelper::Session Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Progress | Gets the < IProgress`1 instance to use for updating the progress of the operation that is reported to the user. If IProgress`1.Report`1 is invoked on the UI thread, this method will report progress and update the dialog immediately. If IProgress`1.Report`1 is invoked from another thread, the dialog will be updated asynchronously when JoinableTaskFactory.SwitchToMainThreadAsync can reach the UI thread. |
![]() | UserCancellationToken | Gets a token that is canceled when the user clicks the Cancel button in the threaded wait dialog. |
Show:
