InstantiateAnnotationCallback<TAnnotation> 委托

表示为使批注实例化而要调用的 Type 和方法。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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 不支持泛型类型或方法。

类型参数

  • TAnnotation

返回值

类型:TAnnotation
ModelAnnotation 类派生的指定 Type 的实例化对象。

请参见

参考

Microsoft.Data.Schema.SchemaModel 命名空间

ModelAnnotation