Share via


EdmModel.AddVocabularyAnnotation Method

Adds a vocabulary annotation to this model.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub AddVocabularyAnnotation ( _
    annotation As IEdmVocabularyAnnotation _
)
'Usage
Dim instance As EdmModel 
Dim annotation As IEdmVocabularyAnnotation

instance.AddVocabularyAnnotation(annotation)
public void AddVocabularyAnnotation(
    IEdmVocabularyAnnotation annotation
)
public:
void AddVocabularyAnnotation(
    IEdmVocabularyAnnotation^ annotation
)
member AddVocabularyAnnotation : 
        annotation:IEdmVocabularyAnnotation -> unit
public function AddVocabularyAnnotation(
    annotation : IEdmVocabularyAnnotation
)

Parameters

See Also

Reference

EdmModel Class

Microsoft.Data.Edm.Library Namespace