Método ModelStore.GetAllAnnotations<TType> (ModelIdentifier)

Retorna todas as anotações que implementam o tipo de dado.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Function GetAllAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelIdentifier _
) As IList(Of TType)
public IList<TType> GetAllAnnotations<TType>(
    ModelIdentifier identifier
)
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAllAnnotations(
    ModelIdentifier^ identifier
)
member GetAllAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<TType>

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas GetAllAnnotations

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation