IEdmDirectValueAnnotationsManager.GetAnnotationValues Method
Retrieves a set of annotation values. For each requested value, returns null if no annotation with the given name exists for the given element.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Function GetAnnotationValues ( _
annotations As IEnumerable(Of IEdmDirectValueAnnotationBinding) _
) As Object()
'Usage
Dim instance As IEdmDirectValueAnnotationsManager
Dim annotations As IEnumerable(Of IEdmDirectValueAnnotationBinding)
Dim returnValue As Object()
returnValue = instance.GetAnnotationValues(annotations)
Object[] GetAnnotationValues(
IEnumerable<IEdmDirectValueAnnotationBinding> annotations
)
array<Object^>^ GetAnnotationValues(
IEnumerable<IEdmDirectValueAnnotationBinding^>^ annotations
)
abstract GetAnnotationValues :
annotations:IEnumerable<IEdmDirectValueAnnotationBinding> -> Object[]
function GetAnnotationValues(
annotations : IEnumerable<IEdmDirectValueAnnotationBinding>
) : Object[]
Parameters
- annotations
Type: System.Collections.Generic.IEnumerable<IEdmDirectValueAnnotationBinding>
The set of requested annotations.
Return Value
Type: array<System.Object[]
A set of annotation values.