CurrentAppSimulator.AppId 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
시뮬레이션된 앱 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
속성 값
Windows 스토어에서 앱을 식별하는 GUID 입니다.
설명
WindowsStoreProxy.xml 파일의 AppId 요소를 반환된 개체의 멤버에 대한 데이터 원본으로 사용합니다. 자세한 내용은 CurrentAppSimulator에서 WindowsStoreProxy.xml 파일 사용을 참조하세요.