OpenXmlPartContainer.RemoveAnnotations<T> Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Removes the annotations of the specified type from this PartContainer.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub RemoveAnnotations(Of T As Class)
'Usage
Dim instance As OpenXmlPartContainer

instance.RemoveAnnotations()
public void RemoveAnnotations<T>()
where T : class

Type Parameters

  • T
    Specifies the Type of the annotations to remove.

See Also

Reference

OpenXmlPartContainer Class

OpenXmlPartContainer Members

RemoveAnnotations Overload

DocumentFormat.OpenXml.Packaging Namespace