Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: Guid%[in] The package from which to remove the items.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.