다음을 통해 공유


CurrentAppSimulator.AppId 속성

정의

시뮬레이션된 앱 ID를 가져옵니다. CurrentAppSimulator는 앱 개발 중에만 테스트용이므로 반환된 CurrentAppSimulator.AppId에는 0개만 포함됩니다.

앱이 Windows 스토어에 나열되면 CurrentApp.AppId 는 앱 온보딩 중에 생성되고 Windows 스토어 카탈로그 내에서 앱을 나열하는 데 사용되는 GUID 를 가져옵니다.

참고

앱 업데이트 또는 앱 설명 변경으로 인해 CurrentApp.AppId가 변경되지 않습니다.

public:
 static property Platform::Guid AppId { Platform::Guid get(); };
static winrt::guid AppId();
public static Guid AppId { get; }
var guid = CurrentAppSimulator.appId;
Public Shared ReadOnly Property AppId As Guid

속성 값

Guid

Platform::Guid

winrt::guid

Windows 스토어에서 앱을 식별하는 GUID 입니다.

설명

WindowsStoreProxy.xml 파일의 AppId 요소를 반환된 개체의 멤버에 대한 데이터 원본으로 사용합니다. 자세한 내용은 CurrentAppSimulator에서 WindowsStoreProxy.xml 파일 사용을 참조하세요.

적용 대상