Partager via


ModelStore.GetAllAnnotations, méthode (Type)

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

Syntaxe

'Déclaration
Public Function GetAllAnnotations ( _
    annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations(
    Type annotationType
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
    Type^ annotationType
)
member GetAllAnnotations : 
        annotationType:Type -> IList<IModelAnnotation> 
public function GetAllAnnotations(
    annotationType : Type
) : IList<IModelAnnotation>

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

GetAllAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms