다음을 통해 공유


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>

매개 변수

  • graphObjects
    형식: IEnumerable<GraphObject>

    결합 하는 개체의 목록입니다.

반환 값

형식: IEnumerable<GraphNode>
단순 결합 된 그룹에 대 한 노드를 포함 하 여 모든 하위 노드 목록이 있습니다.

.NET Framework 보안

참고 항목

참조

Graph 클래스

GetGroupDescendants 오버로드

Microsoft.VisualStudio.GraphModel 네임스페이스