XDocument.Annotation Method (System.Xml.Linq)

Switch View :
ScriptFree
.NET Framework Class Library
XDocument.Annotation Method

Gets an annotation from this XObject.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Annotation<T>() Get the first annotation object of the specified type from this XObject. (Inherited from XObject.)
Public method Annotation(Type) Gets the first annotation object of the specified type from this XObject. (Inherited from XObject.)
Top
See Also

Reference

Other Resources