Metodo ISchemaModelViewer.AddRootNode

Aggiunge un nodo radice alla Visualizzazione schema che in genere rappresenta il nodo del progetto.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
Sub AddRootNode ( _
    newRoot As ISchemaModelViewerNode _
)
void AddRootNode(
    ISchemaModelViewerNode newRoot
)
void AddRootNode(
    ISchemaModelViewerNode^ newRoot
)
abstract AddRootNode : 
        newRoot:ISchemaModelViewerNode -> unit 
function AddRootNode(
    newRoot : ISchemaModelViewerNode
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISchemaModelViewer Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer