FileSavePicker.FileTypeChoices Proprietà

Definizione

Tipi di estensioni categorizzate. Se non specificato, consentire l'utilizzo di Tutti i file *.* .

public:
 property IMap<Platform::String ^, IVector<Platform::String ^> ^> ^ FileTypeChoices { IMap<Platform::String ^, IVector<Platform::String ^> ^> ^ get(); };
IMap<winrt::hstring, IVector<winrt::hstring> const&> FileTypeChoices();
public IDictionary<string,IList<string>> FileTypeChoices { get; }
var iMap = fileSavePicker.fileTypeChoices;
Public ReadOnly Property FileTypeChoices As IDictionary(Of String, IList(Of String))

Valore della proprietà

IMap<String,IVector<String>>

IDictionary<String,IList<String>>

IMap<Platform::String,IVector<Platform::String>>

IMap<winrt::hstring,IVector<winrt::hstring>>

Ottiene i tipi di estensioni categorizzati per la selezione file.

Commenti

Si noti che quando si consente l'uso di Tutti i file, gli utenti finali possono salvare un file senza estensione di file.

Si applica a