Share via


IVsToolbox6.RemovePackageContent Method

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)

Syntax

'Declaration
Sub RemovePackageContent ( _
    ByRef Package As Guid _
)
void RemovePackageContent(
    ref Guid Package
)
void RemovePackageContent(
    [InAttribute] Guid% Package
)
abstract RemovePackageContent : 
        Package:Guid byref -> unit
function RemovePackageContent(
    Package : Guid
)

Parameters

  • Package
    Type: System.Guid%

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

.NET Framework Security

See Also

Reference

IVsToolbox6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace