SetFile Method
Sets the value for the File format.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void SetFile(
IStorageItem? value
)
Public Sub SetFile (
value As IStorageItem
)
member SetFile :
value : IStorageItem -> unit
Parameters
- IStorageItem
- The value corresponding to the File format. If null, the format won't be part of the DataTransferItem.