PackageManager.AddPackageByAppInstallerFileAsync Methode

Definition

Ermöglicht die Installation einzelner oder mehrerer App-Pakete mit einer .appinstaller-Datei.

public:
 virtual IAsyncOperationWithProgress<DeploymentResult ^, DeploymentProgress> ^ AddPackageByAppInstallerFileAsync(Uri ^ appInstallerFileUri, AddPackageByAppInstallerOptions options, PackageVolume ^ targetVolume) = AddPackageByAppInstallerFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> AddPackageByAppInstallerFileAsync(Uri const& appInstallerFileUri, AddPackageByAppInstallerOptions const& options, PackageVolume const& targetVolume);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<DeploymentResult,DeploymentProgress> AddPackageByAppInstallerFileAsync(System.Uri appInstallerFileUri, AddPackageByAppInstallerOptions options, PackageVolume targetVolume);
function addPackageByAppInstallerFileAsync(appInstallerFileUri, options, targetVolume)
Public Function AddPackageByAppInstallerFileAsync (appInstallerFileUri As Uri, options As AddPackageByAppInstallerOptions, targetVolume As PackageVolume) As IAsyncOperationWithProgress(Of DeploymentResult, DeploymentProgress)

Parameter

appInstallerFileUri
Uri Uri

Ein URI für die Appinstaller-Datei.

targetVolume
PackageVolume

Das Volume, auf dem das Paket installiert ist.

Gibt zurück

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
App-Funktionen
packageManagement

Hinweise

Diese Methode wird in JavaScript nicht unterstützt. Sie können jedoch eine Windows-Runtime Komponente erstellen, die diese Methode aufruft, und dann diese Komponente aus einer JavaScript-UWP-App aufrufen. Weitere Informationen finden Sie unter Probleme mit der App Installer-Datei-API.

Gilt für:

Weitere Informationen