Graph Properties
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | AllGroups | Every group in the graph regardless of visibility or nesting. |
![]() | AllSchemas | Returns a list of all unique known schemas. |
![]() | Categories | Returns all categories. Never returns null.(Inherited from GraphObject.) |
![]() | CategoryCount | Returns the number of categories in the object.(Inherited from GraphObject.) |
![]() ![]() | CommonPaths | A dictionary of the common paths that are replaced during serialization. |
![]() | DescriptiveCategoryLabel | Creates a delimited list of all category labels for this graph object.(Inherited from GraphObject.) |
![]() | DocumentSchema | The serialized document schema for the graph.(Overrides GraphObject::DocumentSchema.) |
![]() | Groups | Gets the collection of all top-level groups. |
![]() | 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.) |
![]() | Links | Gets the collection of links. |
![]() | Nodes | Gets the collection of nodes. |
![]() | OrphanNodes | Gets all nodes that are not children of any GraphGroup. |
![]() | Owner | Gets the Graph object that this object belongs to.(Inherited from GraphObject.) |
![]() | Paths | CommonPaths found by the serializer during load which we will also use during save. |
![]() | 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.) |
![]() | Styles | Gets the collection of styles. |
![]() | Visibility | Helper property to get/set visibility property of a GraphObject.(Inherited from GraphObject.) |
![]() | VisibleLinks | Returns the visible links (link.IsVisible == true). |
![]() | VisibleNodes | Returns the visible nodes (node.IsVisible == true). |
![]() | VisibleOrphanNodes | Gets all visible nodes that are not children of any GraphGroup. |
![]() | VisibleTopLevelGroups | Returns the visible top-level groups (node.IsVisible == true). |

