SharedPackageContainer.RemovePackageFamily 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.
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.
A UpdateSharedPackageContainerOptions object specifying the options for the create operation.
Returns
A UpdateSharedPackageContainerResult that provides status information about the remove package operation.