TreeViewSelectionChangedEventArgs.RemovedItems 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.
Obtient une liste qui contient les éléments désélectionnés.
public:
property IVector<Platform::Object ^> ^ RemovedItems { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> RemovedItems();
public IList<object> RemovedItems { get; }
var iVector = treeViewSelectionChangedEventArgs.removedItems;
Public ReadOnly Property RemovedItems As IList(Of Object)
Valeur de propriété
Collection d’éléments mal typés qui n’ont pas été sélectionnés dans cet événement.