InstantiateAnnotationCallback<TAnnotation>, délégué
Représente le Type et la méthode à appeler pour instancier l'annotation.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les types ou les méthodes génériques.
Paramètres de type
- TAnnotation
Valeur de retour
Type : TAnnotation
Objet instancié du Type spécifié qui dérive de la classe ModelAnnotation.