Share via


SharedPackageContainer.RemovePackageFamily Method

Definition

Removes the specified package family name from the shared package container.

public:
 virtual UpdateSharedPackageContainerResult ^ RemovePackageFamily(Platform::String ^ packageFamilyName, UpdateSharedPackageContainerOptions ^ options) = RemovePackageFamily;
UpdateSharedPackageContainerResult RemovePackageFamily(winrt::hstring const& packageFamilyName, UpdateSharedPackageContainerOptions const& options);
public UpdateSharedPackageContainerResult RemovePackageFamily(string packageFamilyName, UpdateSharedPackageContainerOptions options);
function removePackageFamily(packageFamilyName, options)
Public Function RemovePackageFamily (packageFamilyName As String, options As UpdateSharedPackageContainerOptions) As UpdateSharedPackageContainerResult

Parameters

packageFamilyName
String

Platform::String

winrt::hstring

The package family name of the package to be removed from the container.

options
UpdateSharedPackageContainerOptions

A UpdateSharedPackageContainerOptions object specifying the options for the create operation.

Returns

A UpdateSharedPackageContainerResult that provides status information about the remove package operation.

Applies to