Compartilhar via


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

Retorna todos os elementos.

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

Sintaxe

'Declaração
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
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • TType

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<TType>
Uma lista de elementos de modelo.

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas GetAnnotations

Namespace Microsoft.Data.Schema.SchemaModel

ModelElementClass