ModelStore.GetAnnotations (Método) (Type)
Devuelve una lista de las anotaciones del modelo que implementa el tipo especificado.
Espacio de nombres: Microsoft.Data.Schema.SchemaModel
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
Public Function GetAnnotations ( _
annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
Type annotationType
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
Type^ annotationType
) sealed
abstract GetAnnotations :
annotationType:Type -> IList<IModelAnnotation>
override GetAnnotations :
annotationType:Type -> IList<IModelAnnotation>
public final function GetAnnotations(
annotationType : Type
) : IList<IModelAnnotation>
Parámetros
- annotationType
Tipo: System.Type
Un objeto Type que se deriva de IModelAnnotation.
Valor devuelto
Tipo: System.Collections.Generic.IList<IModelAnnotation>
Una lista de anotaciones.
Implementaciones
IModelAnnotationHolder.GetAnnotations(Type)
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.