Freigeben über


OpenXmlPartContainer.Annotation-Methode (Type)

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 ( _
    type As Type _
) As Object
'Usage
Dim instance As OpenXmlPartContainer
Dim type As Type
Dim returnValue As Object

returnValue = instance.Annotation(type)
public Object Annotation(
    Type type
)

Parameter

  • type
    Typ: System.Type
    The type of the annotation to retrieve

Rückgabewert

Typ: System.Object
The first annotation object of the specified type

Siehe auch

Referenz

OpenXmlPartContainer Klasse

OpenXmlPartContainer-Member

Annotation Überladung

DocumentFormat.OpenXml.Packaging-Namespace