ModelStore.GetAnnotations (Método) (ModelIdentifier, Type)
Devuelve todas las anotaciones que tienen el nombre de identificador especificado e implementan el tipo determinado.
Espacio de nombres: Microsoft.Data.Schema.SchemaModel
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
Public Function GetAnnotations ( _
identifier As ModelIdentifier, _
annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
ModelIdentifier identifier,
Type annotationType
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
ModelIdentifier^ identifier,
Type^ annotationType
) sealed
abstract GetAnnotations :
identifier:ModelIdentifier *
annotationType:Type -> IList<IModelAnnotation>
override GetAnnotations :
identifier:ModelIdentifier *
annotationType:Type -> IList<IModelAnnotation>
public final function GetAnnotations(
identifier : ModelIdentifier,
annotationType : Type
) : IList<IModelAnnotation>
Parámetros
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Un objeto ModelIdentifier.
- annotationType
Tipo: System.Type
Un objeto Type que se deriva de IModelAnnotation.
Valor devuelto
Tipo: System.Collections.Generic.IList<IModelAnnotation>
Implementaciones
IModelAnnotationHolder.GetAnnotations(ModelIdentifier, 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.