GraphObject Properties
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | Categories | Returns all categories. Never returns null. |
![]() | CategoryCount | Returns the number of categories in the object. |
![]() | DescriptiveCategoryLabel | Creates a delimited list of all category labels for this graph object. |
![]() | DocumentSchema | Gets the document-local schema from the owner of this graph. |
![]() | IsGroup | Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup. |
![]() | IsPseudo | Gets whether this object is Pseudo. It looks for the GraphProperties.IsPseudo. |
![]() | Item[GraphProperty^] | Property that gets or sets a property value. |
![]() | Owner | Gets the Graph object that this object belongs to. |
![]() | Properties | Property that returns an enumeration of all annotations. The order of the enumeration is random. |
![]() | PropertyCount | Property that returns a number of all annotations. |
![]() | PropertyKeys | Property that returns an enumeration of all annotation keys. The order of the enumeration is random. |
![]() | PropertyValues | Property that returns an enumeration of all annotation values. The order of the enumeration is random. |
![]() | Visibility | Helper property to get/set visibility property of a GraphObject. |
