VocabularyAnnotationExtensions.GetVocabularyStringCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of string for a target annotatable.
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)
Parameters
- model
- IEdmModel
The model referenced to.
- target
- IEdmVocabularyAnnotatable
The target annotatable to find annotation.
- term
- IEdmTerm
The target annotatable to find annotation.
Returns
Null or a collection string of qualified type name.