次の方法で共有


IVsTaskStatusCenterViewFactory.CurrentIcon Property

Definition

Gets the ImageMoniker icon for SVsTaskStatusCenterService current state.

public:
 property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker CurrentIcon { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); };
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker CurrentIcon { get; }
member this.CurrentIcon : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker
Public ReadOnly Property CurrentIcon As ImageMoniker

Property Value

Examples

States: 1.) Empty Task Status Center 2.) Completed Tasks 3.) Running Tasks 4.) Failure

There would be a corresponding icon for each of these states.

Applies to