ITaskHandler.Progress Property
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.
Gets the IProgress<T> from this. Can be used to update the behaviour and state of this via Report(T).
public:
property IProgress<Microsoft::VisualStudio::TaskStatusCenter::TaskProgressData> ^ Progress { IProgress<Microsoft::VisualStudio::TaskStatusCenter::TaskProgressData> ^ get(); };
public IProgress<Microsoft.VisualStudio.TaskStatusCenter.TaskProgressData> Progress { get; }
member this.Progress : IProgress<Microsoft.VisualStudio.TaskStatusCenter.TaskProgressData>
Public ReadOnly Property Progress As IProgress(Of TaskProgressData)
Property Value
Remarks
If requires is not met, then the TaskProgressData will not be updated and will appear as a non operation.