次の方法で共有


TaskProgressData Struct

Definition

A struct that holds the updatable data for a ITaskHandler. The data is related to the ongoing progress of a ITaskHandler task. The data will be displayed in the IVsTaskStatusCenterService UI appropiately.

public value class TaskProgressData
public struct TaskProgressData
type TaskProgressData = struct
Public Structure TaskProgressData
Inheritance
TaskProgressData

Fields

CanBeCanceled

Gets or sets a value indicating whether the ITaskHandler associated with this TaskProgressData is cancellable at this moment in time.

PercentComplete

Gets or sets a value indicating the percentage complete the task associated with this is.

ProgressText

Gets or sets a string value indicating extra information about the current progress of the ITaskHandler associated with this TaskProgressData.

Applies to