Compartir a través de


DragItemsCompletedEventArgs.Items Propiedad

Definición

Obtiene la colección de objetos con tipo flexible que se seleccionan para la acción de arrastrar elemento.

public:
 property IVectorView<Platform::Object ^> ^ Items { IVectorView<Platform::Object ^> ^ get(); };
IVectorView<IInspectable> Items();
public IReadOnlyList<object> Items { get; }
var iVectorView = dragItemsCompletedEventArgs.items;
Public ReadOnly Property Items As IReadOnlyList(Of Object)

Valor de propiedad

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

Colección de objetos con tipo flexible.

Se aplica a