Metodo DatabaseSchemaViewNode.GetChildren

Restituisce l'elenco degli elementi figlio di questo nodo.

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

Sintassi

'Dichiarazione
Public Function GetChildren As IList(Of ISchemaModelViewerNode)
public IList<ISchemaModelViewerNode> GetChildren()
public:
virtual IList<ISchemaModelViewerNode^>^ GetChildren() sealed
abstract GetChildren : unit -> IList<ISchemaModelViewerNode> 
override GetChildren : unit -> IList<ISchemaModelViewerNode> 
public final function GetChildren() : IList<ISchemaModelViewerNode>

Valore restituito

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Elenco di nodi figlio.Se non sono presenti elementi figlio viene restituito un elenco vuoto.

Implementa

ISchemaModelViewerNode.GetChildren()

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseSchemaViewNode Classe

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