Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

currentappsimulator_reloadsimulatorasync_1595510388.md

File metadata and controls

29 lines (20 loc) · 1.07 KB
-api-id -api-type
M:Windows.ApplicationModel.Store.CurrentAppSimulator.ReloadSimulatorAsync(Windows.Storage.StorageFile)
winrt method

Windows.ApplicationModel.Store.CurrentAppSimulator.ReloadSimulatorAsync

-description

Reloads the simulator using a StorageFile containing the WindowsStoreProxy.xml file.

If you do not call this method to load your own file, the simulator will create/load (but not overwrite) a WindowsStoreProxy.xml file containing a set of default values.

-parameters

-param simulatorSettingsFile

The WindowsStoreProxy.xml file that the simulator uses.

-returns

The async operation that reloads the simulator.

-remarks

For more information about using this method, see Using the WindowsStoreProxy.xml file with CurrentAppSimulator.

-examples

-see-also