SchemaModelViewerControllerBaseInternal.OnDataSchemaModelRecycled Method
Handles the DataSchemaModel recycled 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 OnDataSchemaModelRecycled
protected override void OnDataSchemaModelRecycled()
protected:
virtual void OnDataSchemaModelRecycled() override
abstract OnDataSchemaModelRecycled : unit -> unit
override OnDataSchemaModelRecycled : unit -> unit
protected override function OnDataSchemaModelRecycled()
Remarks
Listens to store events, updates the Schema Manager reference, and adds the root node to Schema View.
.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