SettingsListChangedEventArgs Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Adding(KeyValuePair<String^, Object^>, Object^) | Returns a SettingsListChangedEventArgs that describes the addition of a single item to a list. |
![]() ![]() | Clearing(IEnumerable<KeyValuePair<String^, Object^>>^, Object^) | Returns a SettingsListChangedEventArgs that describes the removal of all items from a list. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Removing(IEnumerable<KeyValuePair<String^, Object^>>^, Object^) | Returns a SettingsListChangedEventArgs that describes the removal of multiple itemsfrom a list. |
![]() ![]() | Removing(KeyValuePair<String^, Object^>, Object^) | Returns a SettingsListChangedEventArgs that describes the removal of a single item from a list. |
![]() ![]() | Replacing(KeyValuePair<String^, Object^>, KeyValuePair<String^, Object^>, Object^) | Returns a SettingsListChangedEventArgs that describes the replacement of a single item from a list. |
![]() | ToString() | (Inherited from Object.) |
Show:


