InstantiateAnnotationCallback<TAnnotation> Delegate

Represents the Type and method to be called to instantiate the annotation.

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

Syntax

'Declaration
Public Delegate Function InstantiateAnnotationCallback(Of TAnnotation As ModelAnnotation) As TAnnotation
public delegate TAnnotation InstantiateAnnotationCallback<TAnnotation>()
where TAnnotation : ModelAnnotation
generic<typename TAnnotation>
where TAnnotation : ModelAnnotation
public delegate TAnnotation InstantiateAnnotationCallback()
type InstantiateAnnotationCallback = 
    delegate of unit -> 'TAnnotation
JScript does not support generic types or methods.

Type Parameters

  • TAnnotation

Return Value

Type: TAnnotation
An instantiated object of the specified Type that derives from the ModelAnnotation class.

See Also

Reference

Microsoft.Data.Schema.SchemaModel Namespace

ModelAnnotation