GraphNodeCollection::GetByProperty Method (GraphProperty^, Object^)
Visual Studio 2015
Returns all nodes in the graph that have the specified property value.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- property
-
Type:
Microsoft.VisualStudio.GraphModel::GraphProperty^
The property to look for.
- value
-
Type:
System::Object^
The value to compare
Return Value
Type: System.Collections.Generic::IEnumerable<GraphNode^>^nodes that have the specified property value
Show: