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 파일입니다.
반환
시뮬레이터를 다시 로드하는 비동기 작업입니다.
- 특성
설명
이 메서드를 사용하는 방법에 대한 자세한 내용은 CurrentAppSimulator에서 WindowsStoreProxy.xml 파일 사용을 참조하세요.