IModelAnnotationHolder.GetAnnotations Method
Include Protected Members
Include Inherited Members
Returns all attached annotations.
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
Returns a list of attached annotations.
Returns all attached annotations that implement the given type and have the identifier as their name.
GetAnnotations<TType>(ModelStore.Identifier)
Returns all attached annotations that implement the given type and have the identifier as their name.
GetAnnotations(ModelStore.Identifier)
Returns a list of attached annotations that are named with the given identifier.
Returns a list of attached annotations that implement the given type.
GetAnnotations(ModelStore.Identifier, Type)
Returns a list of attached annotations that implement the given type and have the identifier as their name.
Top
See Also
Reference
IModelAnnotationHolder Interface