Freigeben über


ModelStore.GetAnnotations-Methode (ModelIdentifier, Type)

Gibt alle Anmerkungen zurück, die den angegebenen Bezeichnernamen aufweisen und den angegebenen Typ implementieren.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameter

Rückgabewert

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

Implementiert

IModelAnnotationHolder.GetAnnotations(ModelIdentifier, Type)

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

GetAnnotations-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

IModelAnnotation