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
- Namespace:
- Windows.Storage.Pickers
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 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
The initial suggested file name.
Applies to
Feedback
Was this page helpful?
