次の方法で共有


InstallationManager.RemovePackageAsync(String, RemovalOptions) メソッド

定義

現在のユーザーのパッケージを非同期的に削除し、削除操作で進行状況とステータス メッセージを受信します。 ユーザーに依存する他のパッケージがインストールされていない場合は、ユーザーの依存関係パッケージも削除されます。

public:
 static IAsyncOperationWithProgress<PackageInstallResult ^, unsigned int> ^ RemovePackageAsync(Platform::String ^ packageFullName, RemovalOptions removalOptions);
 static IAsyncOperationWithProgress<PackageInstallResult, uint32_t> RemovePackageAsync(winrt::hstring const& packageFullName, RemovalOptions const& removalOptions);
public static IAsyncOperationWithProgress<PackageInstallResult,uint> RemovePackageAsync(string packageFullName, RemovalOptions removalOptions);
function removePackageAsync(packageFullName, removalOptions)
Public Shared Function RemovePackageAsync (packageFullName As String, removalOptions As RemovalOptions) As IAsyncOperationWithProgress(Of PackageInstallResult, UInteger)

パラメーター

packageFullName
String

Platform::String

winrt::hstring

削除するパッケージを識別するためのパッケージ ID の文字列表現。

removalOptions
RemovalOptions

削除操作を変更するオプション。

戻り値

IAsyncOperationWithProgress<PackageInstallResult,UInt32>

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

IAsyncOperationWithProgress<PackageInstallResult,uint32_t>

非同期の削除操作を表し、進行状況の更新を含む オブジェクト。

適用対象