InstallationManager.RegisterPackageAsync Metodo

Definizione

Registra un pacchetto (il pacchetto principale) e i relativi pacchetti di dipendenza per l'utente corrente.

public:
 static IAsyncOperationWithProgress<PackageInstallResult ^, unsigned int> ^ RegisterPackageAsync(Uri ^ manifestUri, IIterable<Uri ^> ^ dependencyPackageUris, DeploymentOptions deploymentOptions);
 static IAsyncOperationWithProgress<PackageInstallResult, uint32_t> RegisterPackageAsync(Uri const& manifestUri, IIterable<Uri> const& dependencyPackageUris, DeploymentOptions const& deploymentOptions);
public static IAsyncOperationWithProgress<PackageInstallResult,uint> RegisterPackageAsync(System.Uri manifestUri, IEnumerable<System.Uri> dependencyPackageUris, DeploymentOptions deploymentOptions);
function registerPackageAsync(manifestUri, dependencyPackageUris, deploymentOptions)
Public Shared Function RegisterPackageAsync (manifestUri As Uri, dependencyPackageUris As IEnumerable(Of Uri), deploymentOptions As DeploymentOptions) As IAsyncOperationWithProgress(Of PackageInstallResult, UInteger)

Parametri

manifestUri
Uri Uri

Percorso del manifesto del pacchetto del pacchetto principale.

dependencyPackageUris

IIterable<Uri>

IEnumerable<Uri>

Percorsi dei pacchetti di dipendenza. Se non sono presenti pacchetti di dipendenza o se i pacchetti di dipendenza sono già registrati, questo parametro può essere Null. Quando DeploymentOptions è impostato su DevelopmentMode, lasciare null questo parametro.

deploymentOptions
DeploymentOptions

Opzioni che modificano l'operazione di distribuzione.

Restituisce

IAsyncOperationWithProgress<PackageInstallResult,UInt32>

Windows.Foundation.IAsyncOperationWithProgress<Windows.Phone.Management.Deployment.PackageInstallResult,unsigned int>

IAsyncOperationWithProgress<PackageInstallResult,uint32_t>

Oggetto che rappresenta l'operazione di distribuzione asincrona e include gli aggiornamenti dello stato.

Si applica a