PackageDeploymentManager.RemovePackageByFamilyNameAsync 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> ^ RemovePackageByFamilyNameAsync(Platform::String ^ packageFamilyName, RemovePackageOptions ^ options) = RemovePackageByFamilyNameAsync;
IAsyncOperationWithProgress<PackageDeploymentResult, PackageDeploymentProgress> RemovePackageByFamilyNameAsync(winrt::hstring const& packageFamilyName, RemovePackageOptions const& options);
public IAsyncOperationWithProgress<PackageDeploymentResult,PackageDeploymentProgress> RemovePackageByFamilyNameAsync(string packageFamilyName, RemovePackageOptions options);
function removePackageByFamilyNameAsync(packageFamilyName, options)
Public Function RemovePackageByFamilyNameAsync (packageFamilyName As String, options As RemovePackageOptions) As IAsyncOperationWithProgress(Of PackageDeploymentResult, PackageDeploymentProgress)
Parameters
- packageFamilyName
-
String
Platform::String
winrt::hstring
- options
- RemovePackageOptions