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

Valor de retorno

Tipo: System.Collections.Generic.IList<IModelAnnotation>

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas GetAllAnnotations

Namespace Microsoft.Data.Schema.SchemaModel