Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Returns a list containing annotations attached to this element.
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 | |
---|---|---|
![]() |
GetAnnotations() | Returns a list of annotations attached to this element. |
![]() |
GetAnnotations<TType>() | Returns all attached model annotations that implement the given annotation type and have the specified model identifier. |
![]() |
GetAnnotations(Type) | Returns a list of attached annotations of the given type. |
![]() |
GetAnnotations<TType>(ModelIdentifier) | |
![]() |
GetAnnotations(ModelIdentifier) | Returns a list of attached annotations that have the given identifier. |
![]() |
GetAnnotations(ModelIdentifier, Type) |
Top