共用方式為


AppInstallManager.GetIsApplicableForUserAsync(User, String, String) 方法

定義

判斷指定的應用程式是否可以安裝在目前電腦或指定使用者的裝置上。

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

此方法將檢查的應用程式產品識別碼,以判斷是否可以安裝。

skuId
String

Platform::String

winrt::hstring

這個方法將檢查的應用程式 SKU 識別碼,以判斷是否可以安裝。

傳回

非同步作業,如果可以安裝應用程式,則成功完成時會傳回 true;否則為 false。

屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
runFullTrust

適用於