Partager via


ModelStore.GetAllAnnotations<TType>, méthode (ModelIdentifier)

Retourne toutes les annotations qui implémentent le type donné.

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

Syntaxe

'Déclaration
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
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

GetAllAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelAnnotation