ProgressControlViewModel 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.
public ref class ProgressControlViewModel : Microsoft::VisualStudio::PlatformUI::ObservableObject[Windows::Foundation::Metadata::WebHostHidden]
class ProgressControlViewModel : Microsoft::VisualStudio::PlatformUI::ObservableObjectpublic class ProgressControlViewModel : Microsoft.VisualStudio.PlatformUI.ObservableObjecttype ProgressControlViewModel = class
    inherit ObservableObjectPublic Class ProgressControlViewModel
Inherits ObservableObject- Inheritance
Constructors
| ProgressControlViewModel() | 
Properties
| HasPropertyChangedEventSinks | Returns a value indicating whether this object's PropertyChanged event has any subscriptions(Inherited from ObservableObject) | 
| IsProgressDisplayed | |
| ProgressMessage | |
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) | 
| StartSpinner(String) | |
Events
| PropertyChanged | The event that is raised when a property has changed.(Inherited from ObservableObject) |