SettingsListChangedEventArgs::ItemsRemoved Property

Visual Studio 2015
 

The items that were removed.

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

public:
property IEnumerable<KeyValuePair<String^, Object^>>^ ItemsRemoved {
	[CompilerGeneratedAttribute]
	IEnumerable<KeyValuePair<String^, Object^>>^ get();
	[CompilerGeneratedAttribute]
	private: void set(IEnumerable<KeyValuePair<String^, Object^>>^ value);
}

Property Value

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

Gets the items that were removed.

Return to top
Show: