Freigeben über


OpenXmlPartContainer.Annotation<T>-Methode

Get the first annotation object of the specified type from this PartContainer

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

Syntax

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

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

Typparameter

  • T
    The type of the annotation to retrieve

Rückgabewert

Typ: T
The first annotation object of the specified type

Siehe auch

Referenz

OpenXmlPartContainer Klasse

OpenXmlPartContainer-Member

Annotation Überladung

DocumentFormat.OpenXml.Packaging-Namespace