ExtensionMethods.GetLongDescriptionAnnotation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Beschreibung für den Begriff Org.OData.Core.V1.LongDescription aus einem annotatable-Ziel ab.
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
Parameter
- model
- IEdmModel
Das Modell, auf das verwiesen wird.
- target
- IEdmVocabularyAnnotatable
Zielannotatable zum Suchen nach Anmerkungen
Gibt zurück
Beschreibung für den Begriff Org.OData.Core.V1.LongDescription