SchemaViewControllerBase.UninitializeRootNode Method

Removes the root node from the schema view using the RemoveNode() method and sets the RootNode property to null.

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

Syntax

'Declaration
Protected Overridable Sub UninitializeRootNode
'Usage

Me.UninitializeRootNode()
protected virtual void UninitializeRootNode()
protected:
virtual void UninitializeRootNode()
protected function UninitializeRootNode()
abstract UninitializeRootNode : unit -> unit 
override UninitializeRootNode : unit -> unit 

.NET Framework Security

See Also

Reference

SchemaViewControllerBase Class

SchemaViewControllerBase Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace