Name: Define a Property For Models that implements INotifyPropertyChanged and can be reset. Shortcut: odm Description: Defines a Property with a backing field, original property field, and OnPropertyChanged implementation.
Name: Define a Property For Models that implements INotifyPropertyChanged Shortcut: pp Description: Defines a Property with a backing field and OnPropertyChanged implementation.
Name: View Model Class Shortcut: vmc Decription: Contains common region definitions for ViewModel classes.