Condividi tramite


Metodo ModelStore.GetAnnotations (ModelIdentifier, Type)

Restituisce tutte le annotazioni che hanno il nome dell'identificatore specificato e implementano il tipo specificato.

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

Sintassi

'Dichiarazione
Public Function GetAnnotations ( _
    identifier As ModelIdentifier, _
    annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
    ModelIdentifier identifier,
    Type annotationType
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
    ModelIdentifier^ identifier, 
    Type^ annotationType
) sealed
abstract GetAnnotations : 
        identifier:ModelIdentifier * 
        annotationType:Type -> IList<IModelAnnotation> 
override GetAnnotations : 
        identifier:ModelIdentifier * 
        annotationType:Type -> IList<IModelAnnotation> 
public final function GetAnnotations(
    identifier : ModelIdentifier, 
    annotationType : Type
) : IList<IModelAnnotation>

Parametri

Valore restituito

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

Implementa

IModelAnnotationHolder.GetAnnotations(ModelIdentifier, Type)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload GetAnnotations

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelAnnotation