FileSavePickerUI.FileName 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 full file name of the file to save, including the file type extension. The file name and extension are specified by the user.
public:
property Platform::String ^ FileName { Platform::String ^ get(); };
winrt::hstring FileName();
public string FileName { get; }
var string = fileSavePickerUI.fileName;
Public ReadOnly Property FileName As String
Property Value
The full file name, including the file type extension.