AppInstallManager.GetIsApplicableForUserAsync(User, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 사용자의 현재 컴퓨터 또는 디바이스에 지정된 앱을 설치할 수 있는지 여부를 결정합니다.
public:
virtual IAsyncOperation<bool> ^ GetIsApplicableForUserAsync(User ^ user, Platform::String ^ productId, Platform::String ^ skuId) = GetIsApplicableForUserAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsApplicableForUserAsync(User const& user, winrt::hstring const& productId, winrt::hstring const& skuId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsApplicableForUserAsync(User user, string productId, string skuId);
function getIsApplicableForUserAsync(user, productId, skuId)
Public Function GetIsApplicableForUserAsync (user As User, productId As String, skuId As String) As IAsyncOperation(Of Boolean)
매개 변수
- user
- User
이 작업에 지정할 사용자를 식별하는 개체입니다.
- productId
-
String
Platform::String
winrt::hstring
이 메서드가 설치할 수 있는지 확인하기 위해 검사 앱의 제품 ID입니다.
- skuId
-
String
Platform::String
winrt::hstring
이 메서드가 설치할 수 있는지 확인하기 위해 검사 앱의 SKU ID입니다.
반환
성공적으로 완료될 때 앱을 설치할 수 있으면 true를 반환하는 비동기 작업입니다. 그렇지 않으면 false입니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
앱 기능 |
runFullTrust
|