IModelAnnotationHolder.GetAnnotations<TType> 方法 (ModelIdentifier)

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

语法

声明
Function GetAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelIdentifier _
) As IList(Of TType)
IList<TType> GetAnnotations<TType>(
    ModelIdentifier identifier
)
where TType : class, IModelAnnotation
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAnnotations(
    ModelIdentifier^ identifier
)
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript 不支持泛型类型或方法。

类型参数

  • TType

参数

返回值

类型:System.Collections.Generic.IList<TType>

.NET Framework 安全性

请参见

参考

IModelAnnotationHolder 接口

GetAnnotations 重载

Microsoft.Data.Schema.SchemaModel 命名空间