共用方式為


EdmDirectValueAnnotationsManager.GetAttachedAnnotations(IEdmElement) 方法

定義

擷取直接附加至元素的註釋。

protected virtual System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotation> GetAttachedAnnotations (Microsoft.OData.Edm.IEdmElement element);
abstract member GetAttachedAnnotations : Microsoft.OData.Edm.IEdmElement -> seq<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotation>
override this.GetAttachedAnnotations : Microsoft.OData.Edm.IEdmElement -> seq<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotation>
Protected Overridable Function GetAttachedAnnotations (element As IEdmElement) As IEnumerable(Of IEdmDirectValueAnnotation)

參數

element
IEdmElement

考慮中的元素。

傳回

直接附加至元素的註釋 (在管理員的控制範圍之外)。

適用於