IModelAnnotationHolder.GetAnnotations Method

Returns a list of annotations attached to this element.

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>

Return Value

Type: System.Collections.Generic.IList<IModelAnnotation>
A list containing model annotations.

.NET Framework Security

See Also

Reference

IModelAnnotationHolder Interface

GetAnnotations Overload

Microsoft.Data.Schema.SchemaModel Namespace

IModelAnnotation