GraphGroup Properties
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | Categories | Returns all categories. Never returns null.(Inherited from GraphObject.) |
![]() | CategoryCount | Returns the number of categories in the object.(Inherited from GraphObject.) |
![]() | ChildGroups | A collection of child GraphGroups. A child group is one that is linked to a parent group via an IsContainment link. This collection is automatically maintained as nodes are added and removed from the graph and as IsGroup properties are changed and as containment links are added or removed. |
![]() | ChildNodes | A collection of child nodes (excluding nodes that have IsGroup set to true). A child node is one that is linked to a parent group via an IsContainment link. This collection is automatically maintained as nodes are added and removed from the graph and as IsGroup properties are changed and as containment links are added or removed. |
![]() | ContainmentLinks | The containment links that are contained within this group. |
![]() | ContentVisibility | Get whether the content inside this node is visible or not. |
![]() | DescriptiveCategoryLabel | Creates a delimited list of all category labels for this graph object.(Inherited from GraphObject.) |
![]() | DocumentSchema | Gets the document-local schema from the owner of this graph.(Inherited from GraphObject.) |
![]() | GroupNode | |
![]() | Id | |
![]() | IsEmpty | Find out whether the group contains any child nodes or groups. |
![]() | IsExpanded | Get whether this node is expanded. |
![]() | IsGroup | Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup.(Inherited from GraphObject.) |
![]() | IsPseudo | Gets whether this object is Pseudo. It looks for the GraphProperties.IsPseudo.(Inherited from GraphObject.) |
![]() | Item[GraphProperty^] | Property that gets or sets a property value.(Inherited from GraphObject.) |
![]() | Label | |
![]() | Owner | Gets the Graph object that this object belongs to.(Inherited from GraphObject.) |
![]() | Parents | The parents of this group. |
![]() | Properties | Property that returns an enumeration of all annotations. The order of the enumeration is random.(Inherited from GraphObject.) |
![]() | PropertyCount | Property that returns a number of all annotations.(Inherited from GraphObject.) |
![]() | PropertyKeys | Property that returns an enumeration of all annotation keys. The order of the enumeration is random.(Inherited from GraphObject.) |
![]() | PropertyValues | Property that returns an enumeration of all annotation values. The order of the enumeration is random.(Inherited from GraphObject.) |
![]() | Visibility | Helper property to get/set visibility property of a GraphObject.(Inherited from GraphObject.) |
