ExtensionMethods.SetLongDescriptionAnnotation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Org.OData.Core.V1.LongDescription を target に設定します。
public static void SetLongDescriptionAnnotation (this Microsoft.OData.Edm.EdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target, string description);
static member SetLongDescriptionAnnotation : Microsoft.OData.Edm.EdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * string -> unit
<Extension()>
Public Sub SetLongDescriptionAnnotation (model As EdmModel, target As IEdmVocabularyAnnotatable, description As String)
パラメーター
- model
- EdmModel
参照先のモデル。
- target
- IEdmVocabularyAnnotatable
注釈を追加する対象の注釈可能。
- description
- String
追加する説明。