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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.