IPackage.DeletePart(Uri) 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.
Deletes a part with a given URI from the package.
public void DeletePart (Uri uri);
abstract member DeletePart : Uri -> unit
Public Sub DeletePart (uri As Uri)
Parameters
- uri
- Uri
The URI of the part to delete.