Graph.ImportSubset 方法 (IEnumerable<GraphNode>, Boolean, Int32)
複製所有節點和層級數偏離這些節點的連結。
命名空間: Microsoft.VisualStudio.GraphModel
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Sub ImportSubset ( _
nodes As IEnumerable(Of GraphNode), _
hideOtherNodes As Boolean, _
levels As Integer _
)
public void ImportSubset(
IEnumerable<GraphNode> nodes,
bool hideOtherNodes,
int levels
)
public:
void ImportSubset(
IEnumerable<GraphNode^>^ nodes,
bool hideOtherNodes,
int levels
)
member ImportSubset :
nodes:IEnumerable<GraphNode> *
hideOtherNodes:bool *
levels:int -> unit
public function ImportSubset(
nodes : IEnumerable<GraphNode>,
hideOtherNodes : boolean,
levels : int
)
參數
nodes
類型:IEnumerable<GraphNode>複製的節點清單。
hideOtherNodes
類型:Boolean表示是否要將可視性到隱藏這個複製程序複製的任何第二個節點。
levels
類型:Int32要包含的多個間接取值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。