DataTransfer.Items Eigenschaft

Definition

Gibt ein DataTransferItem Array an, bei dem es sich um eine Liste aller Ziehdaten handelt.

public:
 property cli::array <Microsoft::AspNetCore::Components::Web::DataTransferItem ^> ^ Items { cli::array <Microsoft::AspNetCore::Components::Web::DataTransferItem ^> ^ get(); void set(cli::array <Microsoft::AspNetCore::Components::Web::DataTransferItem ^> ^ value); };
public Microsoft.AspNetCore.Components.Web.DataTransferItem[] Items { get; set; }
member this.Items : Microsoft.AspNetCore.Components.Web.DataTransferItem[] with get, set
Public Property Items As DataTransferItem()

Eigenschaftswert

Gilt für: