ISchemaModelViewer.GetRootNodes Method
Returns a list of root nodes.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function GetRootNodes As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetRootNodes()
IList<ISchemaModelViewerNode^>^ GetRootNodes()
abstract GetRootNodes : unit -> IList<ISchemaModelViewerNode>
function GetRootNodes() : IList<ISchemaModelViewerNode>
Return Value
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
Non-null list of root nodes. The list can be empty.
.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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace