TaskDisplayItem Class
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.
Information about a running task that would be displayed in a UI such as the Task Status Center.
public ref class TaskDisplayItem : Microsoft::VisualStudio::PlatformUI::ObservableObject
public class TaskDisplayItem : Microsoft.VisualStudio.PlatformUI.ObservableObject
type TaskDisplayItem = class
inherit ObservableObject
Public Class TaskDisplayItem
Inherits ObservableObject
- Inheritance
Constructors
TaskDisplayItem(String, String) |
Initializes a new instance of the TaskDisplayItem class. |
Properties
Description |
A description of the task. |
HasPropertyChangedEventSinks |
Returns a value indicating whether this object's PropertyChanged event has any subscriptions (Inherited from ObservableObject) |
Title |
The title of the task. |
Methods
NotifyPropertyChanged(String) |
The method that is called when a property has changed. (Inherited from ObservableObject) |
SetProperty(IntPtr, IntPtr, String) | (Inherited from ObservableObject) |
SetProperty(UIntPtr, UIntPtr, String) | (Inherited from ObservableObject) |
SetProperty<T>(T, T, Action, String) |
Checks for a change to a value, and if the value is different, stores the value and notifies of property changes. (Inherited from ObservableObject) |
SetProperty<T>(T, T, Action<T,T>, String) |
Checks for a change to a value, and if the value is different, stores the value and notifies of property changes. (Inherited from ObservableObject) |
SetProperty<T>(T, T, String) |
Checks for a change to a value, and if the value is different, stores the value and notifies of property changes. (Inherited from ObservableObject) |
Events
PropertyChanged |
The event that is raised when a property has changed. (Inherited from ObservableObject) |