Share via


IModelAnnotationHolder.GetAnnotations Method

Returns a list of attached annotations.

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

Syntax

'Declaration
Function GetAnnotations As IList(Of IModelAnnotation)
'Usage
Dim instance As IModelAnnotationHolder 
Dim returnValue As IList(Of IModelAnnotation)

returnValue = instance.GetAnnotations()
IList<IModelAnnotation> GetAnnotations()
IList<IModelAnnotation^>^ GetAnnotations()
function GetAnnotations() : IList<IModelAnnotation>

Return Value

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

.NET Framework Security

See Also

Reference

IModelAnnotationHolder Interface

IModelAnnotationHolder Members

GetAnnotations Overload

Microsoft.Data.Schema.SchemaModel Namespace