次の方法で共有


PackageManager.AddPackageByAppInstallerFileAsync メソッド

定義

1 つまたは複数のアプリ パッケージ を .appinstaller ファイルと共にインストールできるようにします。

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)

パラメーター

appInstallerFileUri
Uri Uri

.appinstaller ファイルの Uri。

options
AddPackageByAppInstallerOptions

AddPackageByAppInstallerOptions で指定したオプション。

targetVolume
PackageVolume

パッケージがインストールされているボリューム。

戻り値

属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)
アプリの機能
packageManagement

注釈

このメソッドは JavaScript ではサポートされていません。 ただし、このメソッドを呼び出すWindows ランタイム コンポーネントを作成し、JavaScript UWP アプリからこのコンポーネントを呼び出すことができます。 詳細については、「 アプリ インストーラー ファイル API の問題」を参照してください。

適用対象

こちらもご覧ください