SchemaModelViewerControllerBase.UninitializeRootNode Method
Called when the project closes, in order to remove the root node from Schema View by using the RemoveNode method and to set RootNode property to null.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overridable Sub UninitializeRootNode
protected virtual void UninitializeRootNode()
protected:
virtual void UninitializeRootNode()
abstract UninitializeRootNode : unit -> unit
override UninitializeRootNode : unit -> unit
protected function UninitializeRootNode()
.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
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace