.NET Framework Class Library
XDocument.Annotations Method
Gets a collection of annotations for 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 | |
|---|---|---|
|
Annotations<T>() | Gets a collection of annotations of the specified type for this XObject. (Inherited from XObject.) |
|
Annotations(Type) | Gets a collection of annotations of the specified type for this XObject. (Inherited from XObject.) |
See Also