Share via


IVsToolbox6.RemovePackageContent(Guid) Method

Definition

Removes all items created by the specified package. Groups created by that package are also removed unless they contain items not created by that package.

public:
 void RemovePackageContent(Guid % Package);
public void RemovePackageContent (ref Guid Package);
abstract member RemovePackageContent : Guid -> unit
Public Sub RemovePackageContent (ByRef Package As Guid)

Parameters

Package
Guid

[in] The package from which to remove the items.

Applies to