これらのオブジェクトの一部がグループであることができるオブジェクト グラフの指定されたリストのすべての子孫ノードの一覧を取得します。
名前空間: 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>
パラメーター
- graphObjects
型 : System.Collections.Generic.IEnumerable<GraphObject>
平坦化するオブジェクトのリスト。
戻り値
型 : System.Collections.Generic.IEnumerable<GraphNode>
フラットになったグループのノードを含むすべての子孫ノードの単純なリスト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。