AppInstallManager.GetIsPackageIdentityAllowedToInstallAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した ID 情報を持つパッケージを現在のデバイスにインストールできるかどうかを示す値を返します。
public:
virtual IAsyncOperation<bool> ^ GetIsPackageIdentityAllowedToInstallAsync(Platform::String ^ correlationVector, Platform::String ^ packageIdentityName, Platform::String ^ publisherCertificateName) = GetIsPackageIdentityAllowedToInstallAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsPackageIdentityAllowedToInstallAsync(winrt::hstring const& correlationVector, winrt::hstring const& packageIdentityName, winrt::hstring const& publisherCertificateName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsPackageIdentityAllowedToInstallAsync(string correlationVector, string packageIdentityName, string publisherCertificateName);
function getIsPackageIdentityAllowedToInstallAsync(correlationVector, packageIdentityName, publisherCertificateName)
Public Function GetIsPackageIdentityAllowedToInstallAsync (correlationVector As String, packageIdentityName As String, publisherCertificateName As String) As IAsyncOperation(Of Boolean)
パラメーター
- correlationVector
-
String
Platform::String
winrt::hstring
操作のテレメトリ データを生成するために使用できる相関ベクトル文字列。
- packageIdentityName
-
String
Platform::String
winrt::hstring
パッケージ マニフェストで指定されているパッケージの ID 名。
- publisherCertificateName
-
String
Platform::String
winrt::hstring
パッケージ マニフェストで指定されているパッケージの発行元名。
戻り値
True を指定した ID 情報を持つパッケージを現在のデバイスにインストールできる場合。それ以外の場合は false。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
アプリの機能 |
runFullTrust
|
注釈
ID 名と発行者名の詳細については、パッケージ マニフェスト スキーマ リファレンスの ID に関するページを参照してください。