Package.DeletePartCore Method
When overridden in a derived class, deletes a part with a given URI.
Namespace: System.IO.Packaging
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- partUri
- Type: System.Uri
The Uri of the PackagePart to delete.
By default, a ZipPackage derived class implementation of the abstract Package class is provided and used. In the default operation, DeletePart internally calls DeletePartCore of the ZipPackage class to perform the actual delete operation based on the physical format implemented in the derived class.
For more information about the package model and package parts, see Chapter 1 of the Open Packaging Conventions (OPC) specification available for download at http://go.microsoft.com/fwlink/?LinkID=71255.
Notes to InheritorsThe derived class DeletePartCore implementation is called by the DeletePart method to the specified part based on the physical format implemented in the derived class.
The derived DeletePartCore implementation should make no assumptions about the order or operations performed by the DeletePart method that calls it.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.