GraphNodeCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyContainers

Returns an enumerable which consists of all nodes that are containers.

System_CAPS_pubpropertyCount

Return the number of nodes in the collection.

System_CAPS_pubpropertyGraph

Gets the Graph associated with this nodes collection

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the System.Collections.Generic.ICollection is read-only.

System_CAPS_pubpropertyItem[String^]

Gets the Node using the given id. Throws exception on set if another node with the same id already exists.

System_CAPS_pubpropertyOwner

Gets the Graph associated with this nodes collection

Return to top
Show: