次の方法で共有


OpenXmlPartContainer.RemoveAnnotations<T> Method

Removes the annotations of the specified type from this PartContainer

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

Syntax

'宣言
Public Sub RemoveAnnotations(Of T As Class)
'使用
Dim instance As OpenXmlPartContainer

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

Type Parameters

  • T
    The Type of the annotations to remove.

See Also

Reference

OpenXmlPartContainer Class

OpenXmlPartContainer Members

RemoveAnnotations Overload

DocumentFormat.OpenXml.Packaging Namespace