Partager via


ModelStore.GetAnnotations<TType>, méthode

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function GetAnnotations(Of TType As {Class, IModelAnnotation}) As IList(Of TType)
public IList<TType> GetAnnotations<TType>()
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
virtual IList<TType>^ GetAnnotations() sealed
abstract GetAnnotations : unit -> IList<'TType>  when 'TType : not struct and IModelAnnotation
override GetAnnotations : unit -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • TType

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

GetAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms