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
- annotationType
Type : System.Type
Valeur de retour
Type : System.Collections.Generic.IList<IModelAnnotation>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.