Поделиться через


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 - пространство имен