ModelAnnotation.GetElements 方法

返回此实例中元素的列表。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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>

返回值

类型:System.Collections.Generic.IList<IModelElement>
此实例中 IModelElement 对象的列表。

实现

IModelAnnotation.GetElements()

.NET Framework 安全性

请参见

参考

ModelAnnotation 类

Microsoft.Data.Schema.SchemaModel 命名空间

IModelElement