Compartilhar via


Método ISchemaModelViewer.GetRootNodes

Retorna uma lista de nós de raiz.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Function GetRootNodes As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetRootNodes()
IList<ISchemaModelViewerNode^>^ GetRootNodes()
abstract GetRootNodes : unit -> IList<ISchemaModelViewerNode> 
function GetRootNodes() : IList<ISchemaModelViewerNode>

Valor de retorno

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de não-null de nós de raiz.A lista pode estar vazia.

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewer Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer