CurrentAppSimulator.ReloadSimulatorAsync(StorageFile) Method

Definition

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.

public:
 static IAsyncAction ^ ReloadSimulatorAsync(StorageFile ^ simulatorSettingsFile);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ReloadSimulatorAsync(StorageFile const& simulatorSettingsFile);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ReloadSimulatorAsync(StorageFile simulatorSettingsFile);
function reloadSimulatorAsync(simulatorSettingsFile)
Public Shared Function ReloadSimulatorAsync (simulatorSettingsFile As StorageFile) As IAsyncAction

Parameters

simulatorSettingsFile
StorageFile

The WindowsStoreProxy.xml file that the simulator uses.

Returns

The async operation that reloads the simulator.

Attributes

Remarks

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

Applies to