Share via


ItemsPickedEventArgs.RemovedItems 屬性

定義

取得未選取的專案集合。

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)

屬性值

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

未選取的專案集合。

適用於