FileSavePicker.SuggestedFileName Property

Definition

Gets or sets the file name that the file save picker suggests to the user.

public:
 property Platform::String ^ SuggestedFileName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SuggestedFileName();

void SuggestedFileName(winrt::hstring value);
public string SuggestedFileName { get; set; }
var string = fileSavePicker.suggestedFileName;
fileSavePicker.suggestedFileName = string;
Public Property SuggestedFileName As String

Property Value

String

Platform::String

winrt::hstring

The initial suggested file name.

Applies to