Udostępnij za pośrednictwem


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

See Also

Reference

IModelAnnotation Interface

IModelAnnotation Members

Microsoft.Data.Schema.SchemaModel Namespace