SettingsListChangedEventArgs.ItemsRemoved Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Éléments qui ont été supprimés.
public:
property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ ItemsRemoved { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> ItemsRemoved { get; }
member this.ItemsRemoved : seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property ItemsRemoved As IEnumerable(Of KeyValuePair(Of String, Object))
Valeur de propriété
Obtient les éléments qui ont été supprimés.