Freigeben über


ModelElement.GetAnnotations-Methode (ModelIdentifier, Type)

Ruft eine Liste mit Anmerkungen des angegebenen Typs ab, die dem angegebenen Element hinzugefügt wurden, bei dem es sich um ein untergeordnetes Element des aktuellen Elements handelt.

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>
Ein IList<T>-Objekt vom Typ IModelAnnotation oder ein abgeleiteter Typ.

Implementiert

IModelAnnotationHolder.GetAnnotations(ModelIdentifier, Type)

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelElement Klasse

GetAnnotations-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

ModelIdentifier

IModelAnnotation

GetAnnotations