FileSavePickerUI.AllowedFileTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可儲存至提供儲存位置之應用程式的檔案類型清單 (副檔名) 。
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)
屬性值
可儲存的檔案類型清單。
備註
作為提供儲存位置的應用程式,您應該使用這項資訊來篩選應用程式所顯示的頁面,並限制其產生的檔案名副檔名。