GraphNode.ParentGroups 属性

返回列出了此节点在其 ChildNodes 集合的所有 GraphGroups (或 ChildGroups 集合,如果此节点具有 IsGroup=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 命名空间