InstantiateAnnotationCallback<TAnnotation>-Delegat

Stellt den Type-Wert und die Methode dar, die zur Instanziierung der Anmerkung aufgerufen werden müssen.

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 unterstützt keine generischen Typen oder Methoden.

Typparameter

  • TAnnotation

Rückgabewert

Typ: TAnnotation
Ein instanziiertes Objekt mit dem angegebenen Type, das von der ModelAnnotation-Klasse abgeleitet wird.

Siehe auch

Referenz

Microsoft.Data.Schema.SchemaModel-Namespace

ModelAnnotation