XObject::Annotation<T> Method ()

 

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

Namespace:   System.Xml.Linq
Assembly:  System.Xml.Linq (in System.Xml.Linq.dll)

public:
generic<typename T>
where T : ref class
T Annotation()

Return Value

Type: T

The first annotation object that matches the specified type, or null if no annotation is of the specified type.

Type Parameters

T

The type of the annotation to retrieve.

The following example adds an annotation to an element, and then retrieves it through this method.

No code example is currently available or this language may not be supported.

This example produces the following output:


T1

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: