Share via


AppInfo.GetFromAppUserModelId(String) 메서드

정의

AUMID(AppUserModelId)와 연결된 AppInfo 개체를 검색합니다.

public:
 static AppInfo ^ GetFromAppUserModelId(Platform::String ^ appUserModelId);
 static AppInfo GetFromAppUserModelId(winrt::hstring const& appUserModelId);
public static AppInfo GetFromAppUserModelId(string appUserModelId);
function getFromAppUserModelId(appUserModelId)
Public Shared Function GetFromAppUserModelId (appUserModelId As String) As AppInfo

매개 변수

appUserModelId
String

Platform::String

winrt::hstring

AppInfo를 검색할 앱의 AUMID입니다.

반환

지정된 AUMID에 해당하는 AppInfo입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2004 (10.0.19041.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v10.0에서 도입되었습니다.)

설명

다른 패키지에 대해 AppInfo를 요청하려면 packageQuery 기능이 필요합니다. AUMID가 현재 패키지로 확인되는 경우에는 이 기능이 필요하지 않습니다. 완전 신뢰 애플리케이션에는 기본적으로 이 기능이 있습니다.

적용 대상

추가 정보