다음을 통해 공유


AppInstallManager.GetIsAppAllowedToInstallAsync 메서드

정의

오버로드

GetIsAppAllowedToInstallAsync(String, String, String, String)

원격 분석 데이터를 생성하는 옵션을 사용하여 지정된 앱에 현재 컴퓨터 또는 디바이스에 설치할 수 있는 권한이 있는지 여부를 결정합니다.

GetIsAppAllowedToInstallAsync(String)

지정된 앱에 현재 컴퓨터 또는 디바이스에 설치할 수 있는 권한이 있는지 여부를 결정합니다.

GetIsAppAllowedToInstallAsync(String, String, String, String)

원격 분석 데이터를 생성하는 옵션을 사용하여 지정된 앱에 현재 컴퓨터 또는 디바이스에 설치할 수 있는 권한이 있는지 여부를 결정합니다.

public:
 virtual IAsyncOperation<bool> ^ GetIsAppAllowedToInstallAsync(Platform::String ^ productId, Platform::String ^ skuId, Platform::String ^ catalogId, Platform::String ^ correlationVector) = GetIsAppAllowedToInstallAsync;
/// [Windows.Foundation.Metadata.Overload("GetIsAppAllowedToInstallWithTelemetryAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsAppAllowedToInstallAsync(winrt::hstring const& productId, winrt::hstring const& skuId, winrt::hstring const& catalogId, winrt::hstring const& correlationVector);
[Windows.Foundation.Metadata.Overload("GetIsAppAllowedToInstallWithTelemetryAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsAppAllowedToInstallAsync(string productId, string skuId, string catalogId, string correlationVector);
function getIsAppAllowedToInstallAsync(productId, skuId, catalogId, correlationVector)
Public Function GetIsAppAllowedToInstallAsync (productId As String, skuId As String, catalogId As String, correlationVector As String) As IAsyncOperation(Of Boolean)

매개 변수

productId
String

Platform::String

winrt::hstring

이 메서드가 설치할 권한이 있는지 확인하기 위해 검사 앱의 제품 ID입니다.

skuId
String

Platform::String

winrt::hstring

이 메서드가 설치할 권한이 있는지 확인하기 위해 검사 앱의 SKU ID입니다.

catalogId
String

Platform::String

winrt::hstring

이 메서드가 설치할 권한이 있는지 확인하기 위해 검사 앱의 카탈로그 ID입니다.

correlationVector
String

Platform::String

winrt::hstring

원격 분석 데이터를 생성하는 데 사용할 수 있는 상관 관계 벡터 문자열입니다.

반환

성공적으로 완료될 때 앱에 설치할 권한이 있으면 true를 반환하는 비동기 작업입니다. 그렇지 않으면 false입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)
앱 기능
runFullTrust

추가 정보

적용 대상

GetIsAppAllowedToInstallAsync(String)

지정된 앱에 현재 컴퓨터 또는 디바이스에 설치할 수 있는 권한이 있는지 여부를 결정합니다.

public:
 virtual IAsyncOperation<bool> ^ GetIsAppAllowedToInstallAsync(Platform::String ^ productId) = GetIsAppAllowedToInstallAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsAppAllowedToInstallAsync(winrt::hstring const& productId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsAppAllowedToInstallAsync(string productId);
function getIsAppAllowedToInstallAsync(productId)
Public Function GetIsAppAllowedToInstallAsync (productId As String) As IAsyncOperation(Of Boolean)

매개 변수

productId
String

Platform::String

winrt::hstring

이 메서드가 설치할 권한이 있는지 확인하기 위해 검사 앱의 제품 ID입니다.

반환

성공적으로 완료될 때 앱에 설치할 권한이 있으면 true를 반환하는 비동기 작업입니다. 그렇지 않으면 false입니다.

특성

Windows 요구 사항

앱 기능
runFullTrust

추가 정보

적용 대상