DataSchemaModel.OnGetAnnotationsIncludedInSerialization Method

Called to get a list of annotations included in serialization.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Function OnGetAnnotationsIncludedInSerialization As IList(Of Type)
'Usage
Dim instance As DataSchemaModel
Dim returnValue As IList(Of Type)

returnValue = instance.OnGetAnnotationsIncludedInSerialization()
public virtual IList<Type> OnGetAnnotationsIncludedInSerialization()
public:
virtual IList<Type^>^ OnGetAnnotationsIncludedInSerialization()
public function OnGetAnnotationsIncludedInSerialization() : IList<Type>
abstract OnGetAnnotationsIncludedInSerialization : unit -> IList<Type> 
override OnGetAnnotationsIncludedInSerialization : unit -> IList<Type> 

Return Value

Type: System.Collections.Generic.IList<Type>

.NET Framework Security

See Also

Reference

DataSchemaModel Class

DataSchemaModel Members

Microsoft.Data.Schema.SchemaModel Namespace