Share via


IModelAnnotation.GetElements Method

Returns a list of the elements to which this annotation is attached.

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

Syntax

'Declaration
Function GetElements As IList(Of IModelElement)
IList<IModelElement> GetElements()
IList<IModelElement^>^ GetElements()
abstract GetElements : unit -> IList<IModelElement> 
function GetElements() : IList<IModelElement>

Return Value

Type: System.Collections.Generic.IList<IModelElement>
IList<T> of type IModelElement

.NET Framework Security

See Also

Reference

IModelAnnotation Interface

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement