Delen via


SchemaModelViewerControllerBaseInternal.OnDataSchemaModelRecycling Method

Handles the DataSchemaModel recycling event.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Protected Overrides Sub OnDataSchemaModelRecycling
protected override void OnDataSchemaModelRecycling()
protected:
virtual void OnDataSchemaModelRecycling() override
abstract OnDataSchemaModelRecycling : unit -> unit 
override OnDataSchemaModelRecycling : unit -> unit 
protected override function OnDataSchemaModelRecycling()

Remarks

Removes the root node from Schema View and disconnects from store events.

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBaseInternal Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace