Share via


ModelStore.Annotation.GetElements Method

Returns a list of the elements this annotation is attached.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function GetElements As IList(Of IModelElement)
'Usage
Dim instance As ModelStore.Annotation 
Dim returnValue As IList(Of IModelElement)

returnValue = instance.GetElements()
public IList<IModelElement> GetElements()
public:
virtual IList<IModelElement^>^ GetElements() sealed
public final function GetElements() : IList<IModelElement>

Return Value

Type: System.Collections.Generic.IList<IModelElement>

Implements

IModelAnnotation.GetElements()

.NET Framework Security

See Also

Reference

ModelStore.Annotation Class

ModelStore.Annotation Members

Microsoft.Data.Schema.SchemaModel Namespace