IModelAnnotation.GetElements Method
Returns a list of the elements this annotation is attached to.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetElements As IList(Of IModelElement)
'Usage
Dim instance As IModelAnnotation
Dim returnValue As IList(Of IModelElement)
returnValue = instance.GetElements()
IList<IModelElement> GetElements()
IList<IModelElement^>^ GetElements()
function GetElements() : IList<IModelElement>
Return Value
Type: System.Collections.Generic.IList<IModelElement>
.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.