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

Visual Studio 2015
 

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

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

public:
static SettingsListChangedEventArgs^ Clearing(
	IEnumerable<KeyValuePair<String^, Object^>>^ itemsRemoved,
	Object^ state = null
)

Parameters

itemsRemoved
Type: System.Collections.Generic::IEnumerable<KeyValuePair<String^, Object^>>^

The set of items removed

state
Type: System::Object^

The state. The state. Null by default.

Return to top
Show: