CurrentAppSimulator.ReloadSimulatorAsync | reloadSimulatorAsync method

This topic has not yet been rated - Rate this topic

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

Syntax


Windows.ApplicationModel.Store.CurrentAppSimulator.reloadSimulatorAsync(simulatorSettingsFile).done( /* Your success and error handlers */ );

Parameters

simulatorSettingsFile

Type: StorageFile

The WindowsStoreProxy.xml file that the simulator uses. For more information, see CurrentAppSimulator.

Return value

Type: IAsyncAction

The async operation that reloads the simulator.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Store
Windows::ApplicationModel::Store [C++]

Metadata

Windows.winmd

See also

CurrentAppSimulator

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.