ModelStore.IModelAnnotationHolder.GetAnnotations Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Private Function GetAnnotations As IList(Of IModelAnnotation)
Implements IModelAnnotationHolder.GetAnnotations
'Usage
Dim instance As ModelStore
Dim returnValue As IList(Of IModelAnnotation)
returnValue = CType(instance, IModelAnnotationHolder).GetAnnotations()
IList<IModelAnnotation> IModelAnnotationHolder.GetAnnotations()
private:
virtual IList<IModelAnnotation^>^ GetAnnotations() sealed = IModelAnnotationHolder::GetAnnotations
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic.IList<IModelAnnotation>
Implements
IModelAnnotationHolder.GetAnnotations()
.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