FilePickerFileType 생성자

정의

오버로드

FilePickerFileType()

FilePickerFileType 클래스의 새 인스턴스를 초기화합니다.

FilePickerFileType(IDictionary<DevicePlatform,IEnumerable<String>>)

FilePickerFileType 클래스의 새 인스턴스를 초기화합니다.

FilePickerFileType()

FilePickerFileType 클래스의 새 인스턴스를 초기화합니다.

protected:
 FilePickerFileType();
protected FilePickerFileType ();
Protected Sub New ()

적용 대상

FilePickerFileType(IDictionary<DevicePlatform,IEnumerable<String>>)

FilePickerFileType 클래스의 새 인스턴스를 초기화합니다.

public:
 FilePickerFileType(System::Collections::Generic::IDictionary<Microsoft::Maui::Devices::DevicePlatform, System::Collections::Generic::IEnumerable<System::String ^> ^> ^ fileTypes);
public FilePickerFileType (System.Collections.Generic.IDictionary<Microsoft.Maui.Devices.DevicePlatform,System.Collections.Generic.IEnumerable<string>> fileTypes);
new Microsoft.Maui.Storage.FilePickerFileType : System.Collections.Generic.IDictionary<Microsoft.Maui.Devices.DevicePlatform, seq<string>> -> Microsoft.Maui.Storage.FilePickerFileType
Public Sub New (fileTypes As IDictionary(Of DevicePlatform, IEnumerable(Of String)))

매개 변수

fileTypes
IDictionary<DevicePlatform,IEnumerable<String>>

IDictionary<TKey,TValue> 키가 플랫폼이고 값이 사용자가 선택할 수 있는 파일 형식의 컬렉션인 입니다.

설명

파일 형식(값에 fileTypes 지정됨)은 플랫폼별로 다르게 식별되어야 합니다.

적용 대상