ThreadedWaitDialogHelper::Session::Progress Property

Visual Studio 2015
 

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.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property IProgress<ThreadedWaitDialogProgressData^>^ Progress {
	[CompilerGeneratedAttribute]
	IProgress<ThreadedWaitDialogProgressData^>^ get();
}
Return to top
Show: