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


ModelStore.GetAnnotations<TType> - метод (ModelIdentifier)

Возвращает все элементы.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
Public Function GetAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelIdentifier _
) As IList(Of TType)
public IList<TType> GetAnnotations<TType>(
    ModelIdentifier identifier
)
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
virtual IList<TType>^ GetAnnotations(
    ModelIdentifier^ identifier
) sealed
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
override GetAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript не поддерживает универсальные типы и методы.

Параметры типа

  • TType

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.IList<TType>
Список элементов модели.

Безопасность платформы .NET Framework

См. также

Ссылки

ModelStore Класс

GetAnnotations - перегрузка

Microsoft.Data.Schema.SchemaModel - пространство имен

ModelElementClass