Share via


ModelAnnotation.GetElements Method

Returns a list of elements in this instance.

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

Syntax

'Declaration
Public Function GetElements As IList(Of IModelElement)
public IList<IModelElement> GetElements()
public:
virtual IList<IModelElement^>^ GetElements() sealed
abstract GetElements : unit -> IList<IModelElement> 
override GetElements : unit -> IList<IModelElement> 
public final function GetElements() : IList<IModelElement>

Return Value

Type: System.Collections.Generic.IList<IModelElement>
A list of the IModelElement objects in this instance.

Implements

IModelAnnotation.GetElements()

.NET Framework Security

See Also

Reference

ModelAnnotation Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement