ExtensionMethods.FindVocabularyAnnotations 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FindVocabularyAnnotations(IEdmModel, IEdmVocabularyAnnotatable) |
특정 모델 및 해당 모델에서 참조하는 모델에 정의된 주석을 추가할 수 있는 요소의 용어 모음 주석을 가져옵니다. |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String) |
특정 조건을 바인딩하는 주석 가능한 요소의 용어 모음 주석을 가져옵니다. |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm, String) |
특정 조건을 바인딩하는 주석 가능한 요소의 용어 모음 주석을 가져옵니다. |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String) |
특정 조건을 바인딩하는 주석 가능한 요소의 용어 모음 주석을 가져옵니다. |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm) |
특정 조건을 바인딩하는 주석 가능한 요소의 용어 모음 주석을 가져옵니다. |
FindVocabularyAnnotations(IEdmModel, IEdmVocabularyAnnotatable)
특정 모델 및 해당 모델에서 참조하는 모델에 정의된 주석을 추가할 수 있는 요소의 용어 모음 주석을 가져옵니다.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation> FindVocabularyAnnotations (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element);
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable -> seq<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation>
<Extension()>
Public Function FindVocabularyAnnotations (model As IEdmModel, element As IEdmVocabularyAnnotatable) As IEnumerable(Of IEdmVocabularyAnnotation)
매개 변수
- model
- IEdmModel
검색할 모델입니다.
- element
- IEdmVocabularyAnnotatable
주석을 확인할 요소입니다.
반환
이 모델 또는 이 모델에서 참조하는 모델에 의해 요소에 연결된 주석입니다.
적용 대상
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String)
특정 조건을 바인딩하는 주석 가능한 요소의 용어 모음 주석을 가져옵니다.
public static System.Collections.Generic.IEnumerable<T> FindVocabularyAnnotations<T> (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, string termName, string qualifier) where T : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation;
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * string * string -> seq<'T (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)> (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)
<Extension()>
Public Iterator Function FindVocabularyAnnotations(Of T As IEdmVocabularyAnnotation) (model As IEdmModel, element As IEdmVocabularyAnnotatable, termName As String, qualifier As String) As IEnumerable(Of T)
형식 매개 변수
- T
반환 중인 주석의 형식입니다.
매개 변수
- model
- IEdmModel
검색할 모델입니다.
- element
- IEdmVocabularyAnnotatable
주석을 확인할 요소입니다.
- termName
- String
검색할 용어의 이름입니다.
- qualifier
- String
적용할 한정자입니다.
반환
이 모델 또는 지정된 한정자를 사용하여 용어를 바인딩하는 이 모델에서 참조하는 모델에 의해 요소에 연결된 주석입니다.
적용 대상
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm, String)
특정 조건을 바인딩하는 주석 가능한 요소의 용어 모음 주석을 가져옵니다.
public static System.Collections.Generic.IEnumerable<T> FindVocabularyAnnotations<T> (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, Microsoft.OData.Edm.Vocabularies.IEdmTerm term, string qualifier) where T : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation;
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.Vocabularies.IEdmTerm * string -> seq<'T (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)> (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)
<Extension()>
Public Function FindVocabularyAnnotations(Of T As IEdmVocabularyAnnotation) (model As IEdmModel, element As IEdmVocabularyAnnotatable, term As IEdmTerm, qualifier As String) As IEnumerable(Of T)
형식 매개 변수
- T
반환 중인 주석의 형식입니다.
매개 변수
- model
- IEdmModel
검색할 모델입니다.
- element
- IEdmVocabularyAnnotatable
주석을 확인할 요소입니다.
- term
- IEdmTerm
검색할 조건입니다.
- qualifier
- String
적용할 한정자입니다.
반환
이 모델 또는 지정된 한정자를 사용하여 용어를 바인딩하는 이 모델에서 참조하는 모델에 의해 요소에 연결된 주석입니다.
적용 대상
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String)
특정 조건을 바인딩하는 주석 가능한 요소의 용어 모음 주석을 가져옵니다.
public static System.Collections.Generic.IEnumerable<T> FindVocabularyAnnotations<T> (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, string termName) where T : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation;
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * string -> seq<'T (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)> (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)
<Extension()>
Public Function FindVocabularyAnnotations(Of T As IEdmVocabularyAnnotation) (model As IEdmModel, element As IEdmVocabularyAnnotatable, termName As String) As IEnumerable(Of T)
형식 매개 변수
- T
반환 중인 주석의 형식입니다.
매개 변수
- model
- IEdmModel
검색할 모델입니다.
- element
- IEdmVocabularyAnnotatable
주석을 확인할 요소입니다.
- termName
- String
검색할 용어의 이름입니다.
반환
이 모델 또는 조건을 바인딩하는 이 모델에서 참조되는 모델에 의해 요소에 연결된 주석입니다.
적용 대상
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm)
특정 조건을 바인딩하는 주석 가능한 요소의 용어 모음 주석을 가져옵니다.
public static System.Collections.Generic.IEnumerable<T> FindVocabularyAnnotations<T> (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, Microsoft.OData.Edm.Vocabularies.IEdmTerm term) where T : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation;
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.Vocabularies.IEdmTerm -> seq<'T (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)> (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)
<Extension()>
Public Function FindVocabularyAnnotations(Of T As IEdmVocabularyAnnotation) (model As IEdmModel, element As IEdmVocabularyAnnotatable, term As IEdmTerm) As IEnumerable(Of T)
형식 매개 변수
- T
반환 중인 주석의 형식입니다.
매개 변수
- model
- IEdmModel
검색할 모델입니다.
- element
- IEdmVocabularyAnnotatable
주석을 확인할 요소입니다.
- term
- IEdmTerm
검색할 조건입니다.
반환
이 모델 또는 조건을 바인딩하는 이 모델에서 참조되는 모델에 의해 요소에 연결된 주석입니다.