IVsToolbox6.RemovePackageContent(Guid) 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 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.