Método ModelStore.GetAnnotations (ModelIdentifier, Type)
Retorna todas as anotações com o nome do identificador especificado e que implementa o tipo de dado.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
A ModelIdentifier.
- annotationType
Tipo: System.Type
A Type que é derivada de IModelAnnotation.
Valor de retorno
Tipo: System.Collections.Generic.IList<IModelAnnotation>
Implementações
IModelAnnotationHolder.GetAnnotations(ModelIdentifier, Type)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.