FilePickerFileType.GetPlatformFileType(DevicePlatform) 메서드

정의

현재 플랫폼에 대해 사용자가 선택할 수 있는 구성된 허용 파일 형식을 가져옵니다.

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)

매개 변수

platform
DevicePlatform

반환

예외

현재 플랫폼에 구성된 파일 형식이 없는 경우 throw됩니다.

적용 대상