SchemaHierarchyUtilities.PathsFromNodes Method
Returns a list of paths from the specified list of nodes.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared Function PathsFromNodes ( _
nodes As IList(Of ISchemaModelViewerNode) _
) As IList(Of IList(Of ISchemaModelViewerNode))
public static IList<IList<ISchemaModelViewerNode>> PathsFromNodes(
IList<ISchemaModelViewerNode> nodes
)
public:
static IList<IList<ISchemaModelViewerNode^>^>^ PathsFromNodes(
IList<ISchemaModelViewerNode^>^ nodes
)
static member PathsFromNodes :
nodes:IList<ISchemaModelViewerNode> -> IList<IList<ISchemaModelViewerNode>>
public static function PathsFromNodes(
nodes : IList<ISchemaModelViewerNode>
) : IList<IList<ISchemaModelViewerNode>>
Parameters
- nodes
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
List of nodes.
Return Value
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
List of paths.
.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
SchemaHierarchyUtilities Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace