Share via


OpenXmlPartContainer.Annotations Method (Type) (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public Function Annotations ( _
    type As Type _
) As IEnumerable(Of Object)
'Usage
Dim instance As OpenXmlPartContainer
Dim type As Type
Dim returnValue As IEnumerable(Of Object)

returnValue = instance.Annotations(type)
public IEnumerable<Object> Annotations (
    Type type
)

Parameters

  • type

See Also

Reference

OpenXmlPartContainer Class
OpenXmlPartContainer Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace