EdmDirectValueAnnotationsManager.GetAttachedAnnotations(IEdmElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère les annotations qui sont directement attachées à un élément.
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)
Paramètres
- element
- IEdmElement
Élément en question.
Retours
Annotations qui sont directement attachées à un élément (échappant au contrôle du gestionnaire).