IModelAnnotationHolder.GetAnnotations Method

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
Public method GetAnnotations() Returns a list of annotations attached to this element.
Public method GetAnnotations<TType>() Returns all attached model annotations that implement the given annotation type and have the specified model identifier.
Public method GetAnnotations(Type) Returns a list of attached annotations of the given type.
Public method GetAnnotations<TType>(ModelIdentifier)
Public method GetAnnotations(ModelIdentifier) Returns a list of attached annotations that have the given identifier.
Public method GetAnnotations(ModelIdentifier, Type)

Top

See Also

Reference

IModelAnnotationHolder Interface

Microsoft.Data.Schema.SchemaModel Namespace