GraphNode Properties
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | AllLinks | Get the list of all links (incoming and outgoing). |
![]() | Categories | Returns all categories. Never returns null.(Inherited from GraphObject.) |
![]() | CategoryCount | Returns the number of categories in the object.(Inherited from GraphObject.) |
![]() | 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.) |
![]() | HasParentGroups | Return true if this node is contained in one or more GraphGroups. |
![]() | Id | Unique identifier for the node |
![]() | IncomingLinkCount | Returns the count of incoming links |
![]() | IncomingLinks | Enumerable of incoming links. The order of the enumeration is random. |
![]() | IsContained | Returns true if the node is contained by any other node. |
![]() | IsContainer | Returns true if the node is a container of any other node. |
![]() | 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 | Displayable label for the node. If no label is defined, this returns the Id so we always have something to display to the user. |
![]() | LinkCount | Returns the count of outgoing and incoming links |
![]() | OutgoingLinkCount | Returns the count of outgoing links |
![]() | OutgoingLinks | Enumerable of outgoing links. The order of the enumeration is random. |
![]() | Owner | Gets the Graph object that this object belongs to.(Inherited from GraphObject.) |
![]() | ParentGroups | Return all the GraphGroups that have this node listed in their ChildNodes collection (or ChildGroups collection if this node has IsGroup=true). |
![]() | 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.) |
