ItemsPickedEventArgs.AddedItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of items that were selected by the user.
public:
property IVector<Platform::Object ^> ^ AddedItems { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> AddedItems();
public IList<object> AddedItems { get; }
var iVector = itemsPickedEventArgs.addedItems;
Public ReadOnly Property AddedItems As IList(Of Object)
Property Value
The collection of items that were selected by the user.