次の方法で共有


AppInstallManager.GetIsPackageIdentityAllowedToInstallForUserAsync メソッド

定義

指定した ID 情報を持つパッケージが、指定したユーザーの現在のデバイスにインストールできるかどうかを示す値を返します。

public:
 virtual IAsyncOperation<bool> ^ GetIsPackageIdentityAllowedToInstallForUserAsync(User ^ user, Platform::String ^ correlationVector, Platform::String ^ packageIdentityName, Platform::String ^ publisherCertificateName) = GetIsPackageIdentityAllowedToInstallForUserAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsPackageIdentityAllowedToInstallForUserAsync(User const& user, winrt::hstring const& correlationVector, winrt::hstring const& packageIdentityName, winrt::hstring const& publisherCertificateName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsPackageIdentityAllowedToInstallForUserAsync(User user, string correlationVector, string packageIdentityName, string publisherCertificateName);
function getIsPackageIdentityAllowedToInstallForUserAsync(user, correlationVector, packageIdentityName, publisherCertificateName)
Public Function GetIsPackageIdentityAllowedToInstallForUserAsync (user As User, correlationVector As String, packageIdentityName As String, publisherCertificateName As String) As IAsyncOperation(Of Boolean)

パラメーター

user
User

この操作に指定するユーザーを識別する オブジェクト。

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 に関するページを参照してください。

適用対象