InstallationManager.RemovePackageAsync(String, RemovalOptions) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のユーザーのパッケージを非同期的に削除し、削除操作で進行状況とステータス メッセージを受信します。 ユーザーに依存する他のパッケージがインストールされていない場合は、ユーザーの依存関係パッケージも削除されます。
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
削除操作を変更するオプション。
戻り値
Windows.Foundation.IAsyncOperationWithProgress<Windows.Phone.Management.Deployment.PackageInstallResult,unsigned int>
非同期の削除操作を表し、進行状況の更新を含む オブジェクト。