次の方法で共有


ExtensionMethods.GetLongDescriptionAnnotation メソッド

定義

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

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

パラメーター

model
IEdmModel

参照先のモデル。

target
IEdmVocabularyAnnotatable

注釈を検索する対象の注釈付き

戻り値

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

適用対象