다음을 통해 공유


Graph.AllGroups 속성

그래프 표시 또는 중첩에 관계 없이 모든 그룹입니다.

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Public ReadOnly Property AllGroups As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> AllGroups { get; }
public:
property IEnumerable<GraphGroup^>^ AllGroups {
    IEnumerable<GraphGroup^>^ get ();
}
member AllGroups : IEnumerable<GraphGroup> with get
function get AllGroups () : IEnumerable<GraphGroup>

속성 값

형식: IEnumerable<GraphGroup>

.NET Framework 보안

참고 항목

참조

Graph 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스