次の方法で共有


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

こちらもご覧ください

適用対象