Freigeben über


OpenXmlPartContainer.Annotations<T>-Methode

Gets a collection of annotations of the specified type for this PartContainer

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

Syntax

'Declaration
Public Function Annotations(Of T As Class) As IEnumerable(Of T)
'Usage
Dim instance As OpenXmlPartContainer
Dim returnValue As IEnumerable(Of T)

returnValue = instance.Annotations()
public IEnumerable<T> Annotations<T>()
where T : class

Typparameter

  • T
    The type of the annotations to retrieve.

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<T>
An IEnumerable(T) of object that contains the annotations for this PartContainer

Siehe auch

Referenz

OpenXmlPartContainer Klasse

OpenXmlPartContainer-Member

Annotations Überladung

DocumentFormat.OpenXml.Packaging-Namespace