Share via


DragItemsStartingEventArgs.Items Propriété

Définition

Obtient la collection d’objets peu typés qui sont sélectionnés pour l’action de glisser l’élément.

public:
 property IVector<Platform::Object ^> ^ Items { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> Items();
public IList<object> Items { get; }
var iVector = dragItemsStartingEventArgs.items;
Public ReadOnly Property Items As IList(Of Object)

Valeur de propriété

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Collection d’objets mal typés.

S’applique à