GraphNode Properties

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubpropertyAllLinks

Get the list of all links (incoming and outgoing).

System_CAPS_pubpropertyCategories

Returns all categories. Never returns null.(Inherited from GraphObject.)

System_CAPS_pubpropertyCategoryCount

Returns the number of categories in the object.(Inherited from GraphObject.)

System_CAPS_pubpropertyDescriptiveCategoryLabel

Creates a delimited list of all category labels for this graph object.(Inherited from GraphObject.)

System_CAPS_pubpropertyDocumentSchema

Gets the document-local schema from the owner of this graph.(Inherited from GraphObject.)

System_CAPS_pubpropertyHasParentGroups

Return true if this node is contained in one or more GraphGroups.

System_CAPS_pubpropertyId

Unique identifier for the node

System_CAPS_pubpropertyIncomingLinkCount

Returns the count of incoming links

System_CAPS_pubpropertyIncomingLinks

Enumerable of incoming links. The order of the enumeration is random.

System_CAPS_pubpropertyIsContained

Returns true if the node is contained by any other node.

System_CAPS_pubpropertyIsContainer

Returns true if the node is a container of any other node.

System_CAPS_pubpropertyIsGroup

Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup.(Inherited from GraphObject.)

System_CAPS_pubpropertyIsPseudo

Gets whether this object is Pseudo. It looks for the GraphProperties.IsPseudo.(Inherited from GraphObject.)

System_CAPS_pubpropertyItem[GraphProperty^]

Property that gets or sets a property value.(Inherited from GraphObject.)

System_CAPS_pubpropertyLabel

Displayable label for the node.

If no label is defined, this returns the Id so we always have something to display to the user.

System_CAPS_pubpropertyLinkCount

Returns the count of outgoing and incoming links

System_CAPS_pubpropertyOutgoingLinkCount

Returns the count of outgoing links

System_CAPS_pubpropertyOutgoingLinks

Enumerable of outgoing links. The order of the enumeration is random.

System_CAPS_pubpropertyOwner

Gets the Graph object that this object belongs to.(Inherited from GraphObject.)

System_CAPS_pubpropertyParentGroups

Return all the GraphGroups that have this node listed in their ChildNodes collection (or ChildGroups collection if this node has IsGroup=true).

System_CAPS_pubpropertyProperties

Property that returns an enumeration of all annotations. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyCount

Property that returns a number of all annotations.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyKeys

Property that returns an enumeration of all annotation keys. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyValues

Property that returns an enumeration of all annotation values. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertyVisibility

Helper property to get/set visibility property of a GraphObject.(Inherited from GraphObject.)

Return to top
Show: