DragItemsCompletedEventArgs.Items Propriedade

Definição

Obtém a coleção de objetos de tipo flexível que são selecionados para a ação de arrastar item.

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 da propriedade

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

Uma coleção de objetos com tipo flexível.

Aplica-se a