다음을 통해 공유


GraphNode.ParentGroups 속성

ChildNodes 컬렉션에 나열 된이 노드의 모든 GraphGroups를 반환 (또는이 노드에 IsGroup 있으면 ChildGroups 컬렉션 = true).

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

구문

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

속성 값

형식: IEnumerable<GraphGroup>

.NET Framework 보안

참고 항목

참조

GraphNode 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스