Freigeben über


OpenXmlElement.Annotation<T>-Methode

Get the first annotation object of the specified type from this OpenXmlElement.

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

Syntax

'Declaration
Public Function Annotation(Of T As Class) As T
'Usage
Dim instance As OpenXmlElement
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

OpenXmlElement Klasse

OpenXmlElement-Member

Annotation Überladung

DocumentFormat.OpenXml-Namespace