IVsToolbox6::RemovePackageContent Method (Guid)

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void RemovePackageContent(
	[InAttribute] Guid% Package
)

Parameters

Package
Type: System::Guid

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

Return to top
Show: