Compartir a través de


InstantiateAnnotationCallback<TAnnotation> (Delegado)

Representa el Type y el método que se va a llamar para crear instancias de la anotación.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

  • TAnnotation

Valor devuelto

Tipo: TAnnotation
Un objeto con instancias del Type que se deriva de la clase ModelAnnotation.

Vea también

Referencia

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

ModelAnnotation