ItemsPickedEventArgs.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 la collection d’éléments qui n’ont pas été sélectionnés.
public:
property IVector<Platform::Object ^> ^ RemovedItems { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> RemovedItems();
public IList<object> RemovedItems { get; }
var iVector = itemsPickedEventArgs.removedItems;
Public ReadOnly Property RemovedItems As IList(Of Object)
Valeur de propriété
Collection d’éléments qui n’ont pas été sélectionnés.