Freigeben über


IModelAnnotationHolder.GetAnnotations-Methode (ModelIdentifier)

Gibt eine Liste angefügter Anmerkungen mit dem angegebenen Bezeichner zurück.

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

Syntax

'Declaration
Function GetAnnotations ( _
    identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations(
    ModelIdentifier identifier
)
IList<IModelAnnotation^>^ GetAnnotations(
    ModelIdentifier^ identifier
)
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
function GetAnnotations(
    identifier : ModelIdentifier
) : IList<IModelAnnotation>

Parameter

Rückgabewert

Typ: System.Collections.Generic.IList<IModelAnnotation>
Eine Liste mit den ausgewählten Modellanmerkungen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelAnnotationHolder Schnittstelle

GetAnnotations-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

ModelIdentifier