Partager via


TreeViewSelectionChangedEventArgs.RemovedItems Propriété

Définition

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é

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Collection d’éléments mal typés qui n’ont pas été sélectionnés dans cet événement.

S’applique à

Voir aussi