IFilePicker Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lets the user pick a file from the device's storage.
public interface class IFilePicker
public interface IFilePicker
type IFilePicker = interface
Public Interface IFilePicker
Remarks
To enable iCloud capabilities in the file picker on iOS, you'll need to add the iCloud Documents in your Entitlements.plist
.
Methods
PickAsync(PickOptions) |
Opens the default file picker to allow the user to pick a single file. |
PickMultipleAsync(PickOptions) |
Opens the default file picker to allow the user to pick one or more files. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.