SettingsListOperation Enumeration
Visual Studio 2015
The kind of operation performed on an ISettingsList.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Member name | Description | |
|---|---|---|
| AddItem | An operation that adds an item. | |
| Clear | An operation that clears the list. | |
| RemoveItem | An operation that removes a single item. | |
| RemoveMultipleItems | An operation that removes multiple items. | |
| ReplaceItem | An item has been replaced by a different item. The old item is specified by ItemsRemoved and its replacement by ItemAdded. |
Show: