Sdílet prostřednictvím


IModelAnnotation.GetElements – metoda

Vrátí seznam prvků, ke kterým je připojena tuto poznámku.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Function GetElements As IList(Of IModelElement)
IList<IModelElement> GetElements()
IList<IModelElement^>^ GetElements()
abstract GetElements : unit -> IList<IModelElement> 
function GetElements() : IList<IModelElement>

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelElement>
IList<T> TypIModelElement

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelAnnotation Rozhraní

Microsoft.Data.Schema.SchemaModel – obor názvů

IModelElement