ExtensionMethods.GetDescriptionAnnotation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目標 annotatable 取得 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
要尋找注釋的目標 Annotatable
傳回
Org.OData.Core.V1.Description 一詞的描述