Dela via


ModelStore.IModelAnnotationHolder.GetAnnotations Method

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Private Function GetAnnotations(Of TType As {Class, IModelAnnotation}) As IList(Of TType)
    Implements IModelAnnotationHolder.GetAnnotations
'Usage
Dim instance As ModelStore 
Dim returnValue As IList(Of TType)

returnValue = CType(instance, IModelAnnotationHolder).GetAnnotations()
IList<TType> IModelAnnotationHolder.GetAnnotations<TType>()
where TType : class, IModelAnnotation
private:
generic<typename TType>
where TType : ref class, IModelAnnotation 
virtual IList<TType>^ GetAnnotations() sealed = IModelAnnotationHolder::GetAnnotations
JScript does not support generic types or methods.

Type Parameters

  • TType

Return Value

Type: System.Collections.Generic.IList<TType>

Implements

IModelAnnotationHolder.GetAnnotations<TType>()

.NET Framework Security

See Also

Reference

ModelStore Class

ModelStore Members

ModelStore Overload

Microsoft.Data.Schema.SchemaModel Namespace