SchemaViewControllerBaseInternal.OnDataSchemaModelRecycling Method
Called when the model store is recycling.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overrides Sub OnDataSchemaModelRecycling
'Usage
Me.OnDataSchemaModelRecycling()
protected override void OnDataSchemaModelRecycling()
protected:
virtual void OnDataSchemaModelRecycling() override
protected override function OnDataSchemaModelRecycling()
abstract OnDataSchemaModelRecycling : unit -> unit
override OnDataSchemaModelRecycling : unit -> unit
Remarks
Removes the root node from the 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
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace