Freigeben über


IModelAnnotationHolder.GetAnnotations-Methode

Gibt eine Liste mit den Anmerkungen zurück, die an dieses Element angefügt sind.

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

Syntax

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

Rückgabewert

Typ: System.Collections.Generic.IList<IModelAnnotation>
Eine Liste, die Modellanmerkungen enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelAnnotationHolder Schnittstelle

GetAnnotations-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

IModelAnnotation