FileOpenPickerUI.SettingsIdentifier 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.
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 = fileOpenPickerUI.settingsIdentifier;
Public ReadOnly Property SettingsIdentifier As String
Property Value
The identifier for the current context of the file picker.
Remarks
As a provider of files, 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.