Condividi tramite


Metodo ModelStore.GetAllAnnotations (Type)

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload GetAllAnnotations

Spazio dei nomi Microsoft.Data.Schema.SchemaModel