GraphNodeCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(GraphNode^)

Adds a link to the graph, or merge it with an existing Link object

System_CAPS_pubmethodAdd(GraphNode^, GraphNode^)

Adds the specified node to the graph.

System_CAPS_pubmethodAdd(IEnumerable<GraphNode^>^)

Add all the nodes in the given set.

System_CAPS_pubmethodClear()

Remove all nodes in the collection

System_CAPS_pubmethodContains(GraphNode^)

Determines if the given node is in this collection

System_CAPS_pubmethodCopyTo(array<GraphNode^>^, Int32)

Copies the elements of the System.Collections.Generic.ICollection to an System.Array, starting at a particular System.Array index.

System_CAPS_pubmethodCreateNew(String^)

Add a new node using the given base name format for the node. This method formats the given string with integer values until it finds an id that is not currently being used, and then creates a node with that id.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGet(GraphNodeId^)

Gets the node with the specified id

System_CAPS_pubmethodGet(String^)

Gets the node with the specified id

System_CAPS_pubmethodGetByCategory(array<GraphCategory^>^)

Returns all nodes in the graph that have the specified categories.

System_CAPS_pubmethodGetByCategory(array<String^>^)

Returns all nodes in the graph that have the specified categories

System_CAPS_pubmethodGetByProperty(GraphProperty^, Object^)

Returns all nodes in the graph that have the specified property value.

System_CAPS_pubmethodGetEnumerator()

Gets the typed enumerator for this collection

System_CAPS_pubmethodGetFiltered(Predicate<GraphNode^>^)

Returns all nodes in the graph that match according to the given filter

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetOrCreate(GraphNodeId^)

Attempts to get the node with the specified id. If not found, it will create a new node.

System_CAPS_pubmethodGetOrCreate(GraphNodeId^, String^, GraphCategory^)

Attempts to get the node with the specified id. If not found, it will create a new node.

System_CAPS_pubmethodGetOrCreate(String^)

Attempts to get the node with the specified id. If not found, it will create a new node.

System_CAPS_pubmethodGetOrCreate(String^, String^, GraphCategory^)

Attempts to get the node with the specified id. If not found, it will create a new node.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(GraphNode^)

Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection.

System_CAPS_pubmethodRemove(GraphNode^, GraphNode^)

Remove the specified node

System_CAPS_pubmethodRemove(GraphNodeId^)

Remove the specified node

System_CAPS_pubmethodRemove(IEnumerable<GraphNode^>^)

Remove all the nodes in the given set.

System_CAPS_pubmethodRemove(String^)

Remove the specified node

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Gets the enumerator for this collection

Return to top
Show: