Share via


PackageDeploymentManager.RemovePackageByFullNameAsync Method

Definition

public:
 virtual IAsyncOperationWithProgress<PackageDeploymentResult ^, PackageDeploymentProgress> ^ RemovePackageByFullNameAsync(Platform::String ^ packageFullName, RemovePackageOptions ^ options) = RemovePackageByFullNameAsync;
IAsyncOperationWithProgress<PackageDeploymentResult, PackageDeploymentProgress> RemovePackageByFullNameAsync(winrt::hstring const& packageFullName, RemovePackageOptions const& options);
public IAsyncOperationWithProgress<PackageDeploymentResult,PackageDeploymentProgress> RemovePackageByFullNameAsync(string packageFullName, RemovePackageOptions options);
function removePackageByFullNameAsync(packageFullName, options)
Public Function RemovePackageByFullNameAsync (packageFullName As String, options As RemovePackageOptions) As IAsyncOperationWithProgress(Of PackageDeploymentResult, PackageDeploymentProgress)

Parameters

packageFullName
String

Platform::String

winrt::hstring

Returns

Applies to