ISchemaModelViewerController.InitializeRootNode Method
Request that is used in two situations: 1) The user interface has been initialized and requests that the controller create and add its root node; 2) the project has been loaded.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub InitializeRootNode
void InitializeRootNode()
void InitializeRootNode()
abstract InitializeRootNode : unit -> unit
function InitializeRootNode()
Remarks
Implementers must not add the root node more than once.
.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
ISchemaModelViewerController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace