共用方式為


FileSavePickerUI.AllowedFileTypes 屬性

定義

取得可儲存至提供儲存位置之應用程式的檔案類型清單 (副檔名) 。

public:
 property IVectorView<Platform::String ^> ^ AllowedFileTypes { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> AllowedFileTypes();
public IReadOnlyList<string> AllowedFileTypes { get; }
var iVectorView = fileSavePickerUI.allowedFileTypes;
Public ReadOnly Property AllowedFileTypes As IReadOnlyList(Of String)

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

可儲存的檔案類型清單。

備註

作為提供儲存位置的應用程式,您應該使用這項資訊來篩選應用程式所顯示的頁面,並限制其產生的檔案名副檔名。

適用於

另請參閱