SettingsListChangedEventArgs::Removing Method (IEnumerable<KeyValuePair<String^, Object^>>^, Object^)
Visual Studio 2015
Returns a SettingsListChangedEventArgs that describes the removal of multiple itemsfrom a list.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: static SettingsListChangedEventArgs^ Removing( IEnumerable<KeyValuePair<String^, Object^>>^ items, Object^ state = null )
Parameters
- items
-
Type:
System.Collections.Generic::IEnumerable<KeyValuePair<String^, Object^>>^
The items.
- state
-
Type:
System::Object^
The state. Null by default.
Return Value
Type: Microsoft.VisualStudio.Settings::SettingsListChangedEventArgs^The event arguments.
Show: