FileSavePickerUI.FileName Property

Definition

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

String

Platform::String

winrt::hstring

The full file name, including the file type extension.

Applies to

See also