Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Recupera le annotazioni collegate direttamente a un elemento.
Spazio dei nomi Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Protected Overridable Function GetAttachedAnnotations ( _
element As IEdmElement _
) As IEnumerable(Of IEdmDirectValueAnnotation)
'Utilizzo
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>
Parametri
- element
Tipo: Microsoft.Data.Edm.IEdmElement
Elemento specifico.
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<IEdmDirectValueAnnotation>
Annotazioni collegate direttamente a un elemento (non controllate dal gestore).