ModelStore.IModelAnnotationHolder.GetAnnotations Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Private Function GetAnnotations(Of TType As {Class, IModelAnnotation}) As IList(Of TType)
Implements IModelAnnotationHolder.GetAnnotations
'Usage
Dim instance As ModelStore
Dim returnValue As IList(Of TType)
returnValue = CType(instance, IModelAnnotationHolder).GetAnnotations()
IList<TType> IModelAnnotationHolder.GetAnnotations<TType>()
where TType : class, IModelAnnotation
private:
generic<typename TType>
where TType : ref class, IModelAnnotation
virtual IList<TType>^ GetAnnotations() sealed = IModelAnnotationHolder::GetAnnotations
JScript does not support generic types or methods.
Type Parameters
- TType
Return Value
Type: System.Collections.Generic.IList<TType>
Implements
IModelAnnotationHolder.GetAnnotations<TType>()
.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
ModelStore Overload