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
- 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.