FileSavePickerUI.SettingsIdentifier Property

Definition

Gets an identifier for the current context of the file picker.

public:
 property Platform::String ^ SettingsIdentifier { Platform::String ^ get(); };
winrt::hstring SettingsIdentifier();
public string SettingsIdentifier { get; }
var string = fileSavePickerUI.settingsIdentifier;
Public ReadOnly Property SettingsIdentifier As String

Property Value

String

Platform::String

winrt::hstring

The identifier for the current context of the file picker.

Remarks

As the provider of a save location, your app can use this identifier to restore the state your app was in the last time it was used in this context.

The context depends on various factors including the calling app and file types being chosen.

Applies to

See also