다음을 통해 공유


EdmDirectValueAnnotationsManager.GetAttachedAnnotations(IEdmElement) 메서드

정의

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

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)

매개 변수

element
IEdmElement

해당 요소입니다.

반환

요소에 직접 연결된 주석입니다(관리자가 제어할 수 없음).

적용 대상