Compartir a través de


ModelStore.GetAllAnnotations (Método) (Type)

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

GetAllAnnotations (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)