Aracılığıyla paylaş


IPackage.DeletePart(Uri) Method

Definition

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.

Applies to