SettingsListChangedEventArgs::Removing Method (IEnumerable<KeyValuePair<String^, Object^>>^, Object^)

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.Settings
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 to top
Show: