Share via


IScriptSourcedElement.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

Public method

GetAnnotations()

Returns a list of attached annotations. (Inherited from IModelAnnotationHolder.)

Public method

GetAnnotations<TType>()

Returns all attached annotations that implement the given type and have the identifier as their name. (Inherited from IModelAnnotationHolder.)

Public method

GetAnnotations<TType>(ModelStore.Identifier)

Returns all attached annotations that implement the given type and have the identifier as their name. (Inherited from IModelAnnotationHolder.)

Public method

GetAnnotations(ModelStore.Identifier)

Returns a list of attached annotations that are named with the given identifier. (Inherited from IModelAnnotationHolder.)

Public method

GetAnnotations(Type)

Returns a list of attached annotations that implement the given type. (Inherited from IModelAnnotationHolder.)

Public method

GetAnnotations(ModelStore.Identifier, Type)

Returns a list of attached annotations that implement the given type and have the identifier as their name. (Inherited from IModelAnnotationHolder.)

Top

See Also

Reference

IScriptSourcedElement Interface

IScriptSourcedElement Members

Microsoft.Data.Schema.SchemaModel Namespace