Método IModelAnnotationHolder.GetAnnotations (Type)
Retorna uma lista de anotações anexadas de determinado tipo.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Function GetAnnotations ( _
annotationType As Type _
) As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations(
Type annotationType
)
IList<IModelAnnotation^>^ GetAnnotations(
Type^ annotationType
)
abstract GetAnnotations :
annotationType:Type -> IList<IModelAnnotation>
function GetAnnotations(
annotationType : Type
) : IList<IModelAnnotation>
Parâmetros
- annotationType
Tipo: System.Type
Especifica o IModelAnnotation tipo.
Valor de retorno
Tipo: System.Collections.Generic.IList<IModelAnnotation>
Uma lista contendo as anotações do modelo selecionado.
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.
Consulte também
Referência
IModelAnnotationHolder Interface