SchemaModelViewerControllerBase.InitializeRootNode Method
Called before OnAfterLoadProject and OnAfterOpenProject.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public MustOverride Sub InitializeRootNode
public abstract void InitializeRootNode()
public:
virtual void InitializeRootNode() abstract
abstract InitializeRootNode : unit -> unit
public abstract function InitializeRootNode()
Implements
ISchemaModelViewerController.InitializeRootNode()
Remarks
Must be implemented by derived classes.
.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