FileSavePickerActivatedEventArgs.FileSavePickerUI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the letterbox UI of the file picker that is displayed when the user saves a file and selects the app as the save location.
public:
property FileSavePickerUI ^ FileSavePickerUI { FileSavePickerUI ^ get(); };
FileSavePickerUI FileSavePickerUI();
public FileSavePickerUI FileSavePickerUI { get; }
var fileSavePickerUI = fileSavePickerActivatedEventArgs.fileSavePickerUI;
Public ReadOnly Property FileSavePickerUI As FileSavePickerUI
Property Value
The letterbox UI of the file picker that is displayed when the user saves a file and uses the app as the location.