CurrentAppSimulator.ReloadSimulatorAsync(StorageFile) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用包含 WindowsStoreProxy.xml 文件的 StorageFile 重新加载模拟器。
如果不调用此方法来加载自己的文件,模拟器将创建/加载 (但不覆盖) 包含一组默认值的 WindowsStoreProxy.xml 文件。
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
参数
- simulatorSettingsFile
- StorageFile
模拟器使用的 WindowsStoreProxy.xml 文件。
返回
重新加载模拟器的异步操作。
- 属性
注解
有关使用此方法的详细信息,请参阅 将 WindowsStoreProxy.xml 文件与 CurrentAppSimulator 配合使用。