Freigeben über


AppInstallManager.GetIsApplicableForUserAsync(User, String, String) Methode

Definition

Bestimmt, ob die angegebene App auf dem aktuellen Computer oder Gerät für den angegebenen Benutzer installiert werden kann.

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)

Parameter

user
User

Ein -Objekt, das den benutzer identifiziert, der für diesen Vorgang angegeben werden soll.

productId
String

Platform::String

winrt::hstring

Die Produkt-ID der App, die von dieser Methode überprüft wird, um zu bestimmen, ob sie installiert werden kann.

skuId
String

Platform::String

winrt::hstring

Die SKU-ID der App, die von dieser Methode überprüft wird, um zu bestimmen, ob sie installiert werden kann.

Gibt zurück

Ein asynchroner Vorgang, der bei erfolgreichem Abschluss true zurückgibt, wenn die App installiert werden kann. andernfalls false.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
runFullTrust

Gilt für: