SettingsListChangedEventArgs::ItemsRemoved Property
Visual Studio 2015
The items that were removed.
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.
Show: