FilePickerFileType.GetPlatformFileType(DevicePlatform) Method

Definition

Gets the configured allowed file types that can be picked by the user for the current platform.

protected:
 virtual System::Collections::Generic::IEnumerable<System::String ^> ^ GetPlatformFileType(Microsoft::Maui::Devices::DevicePlatform platform);
protected virtual System.Collections.Generic.IEnumerable<string> GetPlatformFileType (Microsoft.Maui.Devices.DevicePlatform platform);
abstract member GetPlatformFileType : Microsoft.Maui.Devices.DevicePlatform -> seq<string>
override this.GetPlatformFileType : Microsoft.Maui.Devices.DevicePlatform -> seq<string>
Protected Overridable Function GetPlatformFileType (platform As DevicePlatform) As IEnumerable(Of String)

Parameters

platform
DevicePlatform

Returns

Exceptions

Thrown if the current platform does not have any file types configured.

Applies to