ModelElement.GetAnnotations Method (Type)
Gets a list of annotations of the specified type that have been added to this element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetAnnotations ( _
annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
Type annotationType
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
Type^ annotationType
) sealed
abstract GetAnnotations :
annotationType:Type -> IList<IModelAnnotation>
override GetAnnotations :
annotationType:Type -> IList<IModelAnnotation>
public final function GetAnnotations(
annotationType : Type
) : IList<IModelAnnotation>
Parameters
- annotationType
Type: System.Type
A Type that derives from IModelAnnotation.
Return Value
Type: System.Collections.Generic.IList<IModelAnnotation>
An IList<T> object of type IModelAnnotation, or a derived type.
Implements
IModelAnnotationHolder.GetAnnotations(Type)
.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.