Freigeben über


VocabularyAnnotationExtensions.GetVocabularyStringCollection Methode

Definition

Ruft die Auflistung der Zeichenfolgen für ein annotatable-Ziel ab.

public static System.Collections.Generic.IEnumerable<string> GetVocabularyStringCollection (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target, Microsoft.OData.Edm.Vocabularies.IEdmTerm term);
static member GetVocabularyStringCollection : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.Vocabularies.IEdmTerm -> seq<string>
<Extension()>
Public Function GetVocabularyStringCollection (model As IEdmModel, target As IEdmVocabularyAnnotatable, term As IEdmTerm) As IEnumerable(Of String)

Parameter

model
IEdmModel

Das Modell, auf das verwiesen wird.

target
IEdmVocabularyAnnotatable

Das Annotatable-Ziel, um die Anmerkung zu finden.

term
IEdmTerm

Das Annotatable-Ziel, um die Anmerkung zu finden.

Gibt zurück

NULL oder eine Auflistungszeichenfolge mit qualifiziertem Typnamen.

Gilt für: