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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IModelAnnotationHolder Interface