共用方式為


IModelAnnotation.GetElements 方法

傳回附加這個附註之項目的清單。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

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

傳回值

型別:System.Collections.Generic.IList<IModelElement>
型別 IModelElementIList<T>

.NET Framework 安全性

請參閱

參考

IModelAnnotation 介面

Microsoft.Data.Schema.SchemaModel 命名空間

IModelElement