Items Property
Gets a list of IDataTransferItem contained in this object.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
IReadOnlyList<IDataTransferItem> Items { get; }
ReadOnly Property Items As IReadOnlyList(Of IDataTransferItem)
Get
abstract Items : IReadOnlyList<IDataTransferItem> with get
Property Value
IReadOnlyList(IDataTransferItem)
Remarks
Some platforms (such as Windows and X11) may only support a single data item for all formats except File.
Items returned by this property must stay valid until the IDataTransfer is disposed.