GraphNodeIdName::Values Property
Visual Studio 2015
Gets the list of all registered GraphNodeId
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IEnumerable<GraphNodeIdName^>^ Values { static IEnumerable<GraphNodeIdName^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<GraphNodeIdName^>^A collection of GraphNodeId objects
Show: