Método ModelStore.GetAllAnnotations (Type)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>
Parâmetros
- annotationType
Tipo: System.Type
Valor de retorno
Tipo: System.Collections.Generic.IList<IModelAnnotation>
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.