SettingsListChangedEventArgs Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAdding(KeyValuePair<String^, Object^>, Object^)

Returns a SettingsListChangedEventArgs that describes the addition of a single item to a list.

System_CAPS_pubmethodSystem_CAPS_staticClearing(IEnumerable<KeyValuePair<String^, Object^>>^, Object^)

Returns a SettingsListChangedEventArgs that describes the removal of all items from a list.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticRemoving(IEnumerable<KeyValuePair<String^, Object^>>^, Object^)

Returns a SettingsListChangedEventArgs that describes the removal of multiple itemsfrom a list.

System_CAPS_pubmethodSystem_CAPS_staticRemoving(KeyValuePair<String^, Object^>, Object^)

Returns a SettingsListChangedEventArgs that describes the removal of a single item from a list.

System_CAPS_pubmethodSystem_CAPS_staticReplacing(KeyValuePair<String^, Object^>, KeyValuePair<String^, Object^>, Object^)

Returns a SettingsListChangedEventArgs that describes the replacement of a single item from a list.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: