次の方法で共有


ExtensionMethods.GetDescriptionAnnotation メソッド

定義

ターゲット注釈付きから Org.OData.Core.V1.Description という用語の説明を取得します

public static string GetDescriptionAnnotation (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target);
static member GetDescriptionAnnotation : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable -> string
<Extension()>
Public Function GetDescriptionAnnotation (model As IEdmModel, target As IEdmVocabularyAnnotatable) As String

パラメーター

model
IEdmModel

参照先のモデル。

target
IEdmVocabularyAnnotatable

注釈を検索する対象の注釈可能

戻り値

用語 Org.OData.Core.V1.Description の説明

適用対象