IVsTask.IsCompleted 属性

定义

获取任务结果是否可用。 如果 true 为,则任务结果可用。 如果为,则在 false GetResult() 任务完成前阻止调用。

public:
 property bool IsCompleted { bool get(); };
public:
 property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

属性值

Boolean

适用于