GraphNodeIdName::Values Property

 

Gets the list of all registered GraphNodeId

Namespace:   Microsoft.VisualStudio.GraphModel
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

Return to top
Show: