SettingsListChangedEventArgs.Adding Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a SettingsListChangedEventArgs describing the addition of a single item to a list.
public static Microsoft.VisualStudio.Settings.SettingsListChangedEventArgs Adding (System.Collections.Generic.KeyValuePair<string,object> item, object state = default);
static member Adding : System.Collections.Generic.KeyValuePair<string, obj> * obj -> Microsoft.VisualStudio.Settings.SettingsListChangedEventArgs
Public Shared Function Adding (item As KeyValuePair(Of String, Object), Optional state As Object = Nothing) As SettingsListChangedEventArgs
Parameters
- item
- KeyValuePair<String,Object>
The item.
- state
- Object
The state. The state. Null by default.
Returns
The event arguments.