GraphNodeCollection Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | Containers | Returns an enumerable which consists of all nodes that are containers. |
![]() | Count | Return the number of nodes in the collection. |
![]() | Graph | Gets the Graph associated with this nodes collection |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection is read-only. |
![]() | Item[String^] | Gets the Node using the given id. Throws exception on set if another node with the same id already exists. |
![]() | Owner | Gets the Graph associated with this nodes collection |
Show:
