OpenXmlPackage.DeletePartsRecursivelyOfType<T> 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 all the parts with the specified part type from the package recursively.
public void DeletePartsRecursivelyOfType<T> () where T : DocumentFormat.OpenXml.Packaging.OpenXmlPart;
member this.DeletePartsRecursivelyOfType : unit -> unit (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)
Public Sub DeletePartsRecursivelyOfType(Of T As OpenXmlPart) ()
Type Parameters
- T