Share via


Graph.ImportSubset Method

Include Protected Members
Include Inherited Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ImportSubset(GraphNode, Boolean, Int32) Clones the given node and its properties and the given number of levels of links and all the nodes those links point to and imports all these new nodes and links into this graph. If levels is zero, no links are copied. If levels is 1, it copies one level of links and all the nodes they point to.
Public method ImportSubset(IEnumerable<GraphNode>, Boolean, Int32) Clones all the nodes and the given number of levels of links away from those nodes.

Top

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace