PackageDeploymentManager.RemovePackageByFullNameAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- RemovePackageOptions