AppInstallManager.GetIsApplicableAsync(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的應用程式是否可以安裝在目前的電腦或裝置上。
public:
virtual IAsyncOperation<bool> ^ GetIsApplicableAsync(Platform::String ^ productId, Platform::String ^ skuId) = GetIsApplicableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsApplicableAsync(winrt::hstring const& productId, winrt::hstring const& skuId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsApplicableAsync(string productId, string skuId);
function getIsApplicableAsync(productId, skuId)
Public Function GetIsApplicableAsync (productId As String, skuId As String) As IAsyncOperation(Of Boolean)
參數
- productId
-
String
Platform::String
winrt::hstring
這個方法將檢查的應用程式產品識別碼,以判斷是否可以安裝。
- skuId
-
String
Platform::String
winrt::hstring
這個方法將檢查的應用程式 SKU 識別碼,以判斷是否可以安裝。
傳回
如果可以安裝應用程式,則非同步作業會在成功完成時傳回 true;否則為 false。
- 屬性
Windows 需求
應用程式功能 |
runFullTrust
|