ItemsPickedEventArgs.RemovedItems Propriété

Définition

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é

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Collection d’éléments qui n’ont pas été sélectionnés.

S’applique à