Partager via


Méthode EdmDirectValueAnnotationsManager.GetAttachedAnnotations

Récupère les annotations qui sont directement attachées à un élément.

Espace de noms :  Microsoft.Data.Edm.Library.Annotations
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Protected Overridable Function GetAttachedAnnotations ( _
    element As IEdmElement _
) As IEnumerable(Of IEdmDirectValueAnnotation)
'Utilisation
Dim element As IEdmElement
Dim returnValue As IEnumerable(Of IEdmDirectValueAnnotation)

returnValue = Me.GetAttachedAnnotations(element)
protected virtual IEnumerable<IEdmDirectValueAnnotation> GetAttachedAnnotations(
    IEdmElement element
)
protected:
virtual IEnumerable<IEdmDirectValueAnnotation^>^ GetAttachedAnnotations(
    IEdmElement^ element
)
abstract GetAttachedAnnotations : 
        element:IEdmElement -> IEnumerable<IEdmDirectValueAnnotation> 
override GetAttachedAnnotations : 
        element:IEdmElement -> IEnumerable<IEdmDirectValueAnnotation> 
protected function GetAttachedAnnotations(
    element : IEdmElement
) : IEnumerable<IEdmDirectValueAnnotation>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<IEdmDirectValueAnnotation>
Annotations qui sont directement attachées à un élément (échappant au contrôle du gestionnaire).

Voir aussi

Référence

EdmDirectValueAnnotationsManager Classe

Espace de noms Microsoft.Data.Edm.Library.Annotations