IVsTaskStatusCenterViewFactory.CurrentIcon 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 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.