OpenXmlPartContainer.AddAnnotation Method

Adds an object to the annotation list of this PartContainer

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

Syntax

'Declaration
Public Sub AddAnnotation ( _
    annotation As Object _
)
'Usage
Dim instance As OpenXmlPartContainer
Dim annotation As Object

instance.AddAnnotation(annotation)
public void AddAnnotation(
    Object annotation
)

Parameters

  • annotation
    Type: System.Object
    The annotation to add to this PartContainer

See Also

Reference

OpenXmlPartContainer Class

OpenXmlPartContainer Members

DocumentFormat.OpenXml.Packaging Namespace