Share via


IUIThreadOperationScope.Progress Property

Definition

Progress tracker instance to report operation progress.

public:
 property IProgress<Microsoft::VisualStudio::Utilities::ProgressInfo> ^ Progress { IProgress<Microsoft::VisualStudio::Utilities::ProgressInfo> ^ get(); };
public IProgress<Microsoft.VisualStudio.Utilities.ProgressInfo> Progress { get; }
member this.Progress : IProgress<Microsoft.VisualStudio.Utilities.ProgressInfo>
Public ReadOnly Property Progress As IProgress(Of ProgressInfo)

Property Value

Applies to