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
- 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
SchemaModelViewerControllerBaseInternal Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace