Condividi tramite


AppInstallManager.GetIsApplicableAsync(String, String) Metodo

Definizione

Determina se l'app specificata può essere installata nel computer o nel dispositivo corrente.

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)

Parametri

productId
String

Platform::String

winrt::hstring

ID prodotto dell'app che questo metodo verificherà per determinare se può essere installato.

skuId
String

Platform::String

winrt::hstring

ID SKU dell'app che questo metodo verificherà per determinare se può essere installato.

Restituisce

Un'operazione asincrona che, al termine del completamento, restituisce true se l'app può essere installata; in caso contrario false.

Attributi

Requisiti Windows

Funzionalità dell'app
runFullTrust

Si applica a