OpenXmlElement.RemoveAnnotations<T> Method
Removes the annotations of the specified type from this OpenXmlElement.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Sub RemoveAnnotations(Of T As Class)
用法
Dim instance As OpenXmlElement
instance.RemoveAnnotations()
public void RemoveAnnotations<T>()
where T : class
Type Parameters
- T
The Type of the annotations to remove.