GraphLink 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.) |
![]() | 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.) |
![]() | Index | Gets the optional Index of this link. Default is zero. This index can be specified when you create a link. Providing different index values makes it possible to create multiple links between the same source and target nodes. To get multilinks, the index only must be unique for the same source and target nodes. |
![]() | IsChildLink | Returns true if the source of the link is a group, the target of this link is a child of that group, and this link has IsContainment=true. |
![]() | IsContainment | Get whether this link is a Containment link or not. |
![]() | IsGroup | Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup.(Inherited from GraphObject.) |
![]() | IsLinkAndNodesVisible | A link is "visible" when it is visible and its source and target nodes are visible also. |
![]() | 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 link. |
![]() | Owner | Gets the Graph object that this object belongs to.(Inherited from GraphObject.) |
![]() | 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.) |
![]() | Source | The link source. |
![]() | Target | The link target. |
![]() | Visibility | Helper property to get/set visibility property of a GraphObject.(Inherited from GraphObject.) |
