Partilhar via


Delegado InstantiateAnnotationCallback<TAnnotation>

Representa o Type e o método a ser chamado para instanciar a anotação.

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

Sintaxe

'Declaração
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
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • TAnnotation

Valor de retorno

Tipo: TAnnotation
Um objeto instanciado especificado Type que deriva do ModelAnnotation classe.

Consulte também

Referência

Namespace Microsoft.Data.Schema.SchemaModel

ModelAnnotation