다음을 통해 공유


CurrentAppSimulator.ReloadSimulatorAsync(StorageFile) 메서드

정의

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 파일입니다.

반환

시뮬레이터를 다시 로드하는 비동기 작업입니다.

특성

설명

이 메서드를 사용하는 방법에 대한 자세한 내용은 CurrentAppSimulator에서 WindowsStoreProxy.xml 파일 사용을 참조하세요.

적용 대상