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>

選択されていない項目のコレクション。

適用対象