Graph.GetGroupDescendants メソッド (IEnumerable<GraphObject>)

これらのオブジェクトの一部がグループであることができるオブジェクト グラフの指定されたリストのすべての子孫ノードの一覧を取得します。

名前空間:  Microsoft.VisualStudio.GraphModel
アセンブリ:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)

構文

'宣言
Public Shared Function GetGroupDescendants ( _
    graphObjects As IEnumerable(Of GraphObject) _
) As IEnumerable(Of GraphNode)
public static IEnumerable<GraphNode> GetGroupDescendants(
    IEnumerable<GraphObject> graphObjects
)
public:
static IEnumerable<GraphNode^>^ GetGroupDescendants(
    IEnumerable<GraphObject^>^ graphObjects
)
static member GetGroupDescendants : 
        graphObjects:IEnumerable<GraphObject> -> IEnumerable<GraphNode> 
public static function GetGroupDescendants(
    graphObjects : IEnumerable<GraphObject>
) : IEnumerable<GraphNode>

パラメーター

戻り値

型 : System.Collections.Generic.IEnumerable<GraphNode>
フラットになったグループのノードを含むすべての子孫ノードの単純なリスト。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

Graph クラス

GetGroupDescendants オーバーロード

Microsoft.VisualStudio.GraphModel 名前空間