次の方法で共有


IVsTaskProgress.Status Property

Definition

Gets a value indicating the status of the task. If this is null, the status of the task is unknown. If no task is registered with this object, Status will be set automatically based on the value of PercentComplete.

public:
 property Nullable<System::Threading::Tasks::TaskStatus> Status { Nullable<System::Threading::Tasks::TaskStatus> get(); };
public System.Threading.Tasks.TaskStatus? Status { get; }
member this.Status : Nullable<System.Threading.Tasks.TaskStatus>
Public ReadOnly Property Status As Nullable(Of TaskStatus)

Property Value

Applies to