SettingsListChangedEventArgs::Replacing Method (KeyValuePair<String^, Object^>, KeyValuePair<String^, Object^>, Object^)
Visual Studio 2015
Returns a SettingsListChangedEventArgs that describes the replacement of a single item from a list.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: static SettingsListChangedEventArgs^ Replacing( KeyValuePair<String^, Object^> item, KeyValuePair<String^, Object^> replacement, Object^ state = null )
Parameters
- item
-
Type:
System.Collections.Generic::KeyValuePair<String^, Object^>
The original item.
- replacement
-
Type:
System.Collections.Generic::KeyValuePair<String^, Object^>
The replacement.
- state
-
Type:
System::Object^
The state. Null by default.
Return Value
Type: Microsoft.VisualStudio.Settings::SettingsListChangedEventArgs^Returns SettingsListChangedEventArgs.
Show: