Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
- 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