Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FileSavePicker.SuggestedFileName 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.

Specifies the default file name to display when the picker is opened. If not specified, the system default value is used.

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

Gets or sets the default file name for the file picker.

Applies to


Feedback

Was this page helpful?