IEdmDirectValueAnnotationsManager.GetDirectValueAnnotations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets annotations associated with an element.
public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotation> GetDirectValueAnnotations (Microsoft.OData.Edm.IEdmElement element);
abstract member GetDirectValueAnnotations : Microsoft.OData.Edm.IEdmElement -> seq<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotation>
Public Function GetDirectValueAnnotations (element As IEdmElement) As IEnumerable(Of IEdmDirectValueAnnotation)
Parameters
- element
- IEdmElement
The annotated element.
Returns
The direct annotations for the element.