ProgressReporter.Report(ProgressStatus) 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.
Inherited from IProgress<T>.
public void Report (Microsoft.VisualStudio.RpcContracts.ProgressReporting.ProgressStatus progressStatus);
abstract member Report : Microsoft.VisualStudio.RpcContracts.ProgressReporting.ProgressStatus -> unit
override this.Report : Microsoft.VisualStudio.RpcContracts.ProgressReporting.ProgressStatus -> unit
Public Sub Report (progressStatus As ProgressStatus)
Parameters
- progressStatus
- ProgressStatus
Progress status of the background work on the extension.