IFileSavePickerActivatedEventArgs.FileSavePickerUI Property

Definition

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 = iFileSavePickerActivatedEventArgs.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 selects the app as the location.

Applies to

See also