GraphNodeIdName.Values Property

Definition

Gets the list of all registered GraphNodeId

public:
 static property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNodeIdName ^> ^ Values { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNodeIdName ^> ^ get(); };
public static System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNodeIdName> Values { get; }
static member Values : seq<Microsoft.VisualStudio.GraphModel.GraphNodeIdName>
Public Shared ReadOnly Property Values As IEnumerable(Of GraphNodeIdName)

Property Value

A collection of GraphNodeId objects

Applies to