次の方法で共有


ExtensionMethods.VocabularyAnnotations メソッド

定義

特定のモデルから見た注釈付け可能な要素のボキャブラリ注釈を取得します。

public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation> VocabularyAnnotations (this Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, Microsoft.OData.Edm.IEdmModel model);
static member VocabularyAnnotations : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.IEdmModel -> seq<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation>
<Extension()>
Public Function VocabularyAnnotations (element As IEdmVocabularyAnnotatable, model As IEdmModel) As IEnumerable(Of IEdmVocabularyAnnotation)

パラメーター

element
IEdmVocabularyAnnotatable

呼び出し元のオブジェクトへの参照。

model
IEdmModel

注釈をチェックするモデル。

戻り値

このモデルまたはその参照先モデルによって要素に適用された注釈。

適用対象