GraphDataObject.GetSubset 方法
新的圖形包含所有選取的節點和連結和節點與之間的間接取值 (Indirection) 層級決定的許多連接的 Helper 方法
命名空間: Microsoft.VisualStudio.GraphModel
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Shared Function GetSubset ( _
selection As IEnumerable(Of GraphNode), _
levels As Integer _
) As Graph
public static Graph GetSubset(
IEnumerable<GraphNode> selection,
int levels
)
public:
static Graph^ GetSubset(
IEnumerable<GraphNode^>^ selection,
int levels
)
static member GetSubset :
selection:IEnumerable<GraphNode> *
levels:int -> Graph
public static function GetSubset(
selection : IEnumerable<GraphNode>,
levels : int
) : Graph
參數
- selection
型別:System.Collections.Generic.IEnumerable<GraphNode>
所選取要複製的節點
- levels
型別:System.Int32
要包含在新圖形中的間接取值層級數
傳回值
型別:Microsoft.VisualStudio.GraphModel.Graph
新圖形
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。