Compartir a través de


LicenseManager.AddLicenseAsync(IBuffer) Método

Definición

Instala la licencia de aplicación especificada.

public:
 static IAsyncAction ^ AddLicenseAsync(IBuffer ^ license);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction AddLicenseAsync(IBuffer const& license);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction AddLicenseAsync(IBuffer license);
function addLicenseAsync(license)
Public Shared Function AddLicenseAsync (license As IBuffer) As IAsyncAction

Parámetros

license
IBuffer

Contenido de la licencia que se va a instalar.

Devoluciones

Objeto que representa la operación de instalación.

Atributos

Requisitos de Windows

Características de aplicaciones
storeLicenseManagement

Se aplica a