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

Visual Studio 2015
 

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

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

public:
static SettingsListChangedEventArgs^ Adding(
	KeyValuePair<String^, Object^> item,
	Object^ state = null
)

Parameters

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

The item.

state
Type: System::Object^

The state. The state. Null by default.

Return to top
Show: