다음을 통해 공유


CurrentApp.AppId 속성

정의

앱이 Windows 스토어에 나열되도록 인증되었을 때 Windows 스토어에서 생성된 GUID 를 가져옵니다.

참고

앱이 Windows 스토어에 있으면 향후 앱 업데이트 또는 앱 설명 변경으로 인해 CurrentApp.AppId가 변경되지 않습니다.

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

속성 값

Guid

Platform::Guid

winrt::guid

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

설명

동일한 GUID를 참조하는 Windows 스토어 내에서 앱에 대한 링크를 얻으려면 LinkUri를 사용합니다.

적용 대상