다음을 통해 공유


EdmDirectValueAnnotationsManager.GetAttachedAnnotations 메서드

요소에 직접 연결된 주석을 검색합니다.

네임스페이스:  Microsoft.Data.Edm.Library.Annotations
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Protected Overridable Function GetAttachedAnnotations ( _
    element As IEdmElement _
) As IEnumerable(Of IEdmDirectValueAnnotation)
‘사용 방법
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>

매개 변수

반환 값

유형: System.Collections.Generic.IEnumerable<IEdmDirectValueAnnotation>
요소에 직접 연결된 주석입니다(관리자가 제어할 수 없음).

참고 항목

참조

EdmDirectValueAnnotationsManager 클래스

Microsoft.Data.Edm.Library.Annotations 네임스페이스