Share via


GraphNodeIdName.Values Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the list of all registered GraphNodeId

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

Syntax

'Declaration
Public Shared ReadOnly Property Values As IEnumerable(Of GraphNodeIdName)
public static IEnumerable<GraphNodeIdName> Values { get; }
public:
static property IEnumerable<GraphNodeIdName^>^ Values {
    IEnumerable<GraphNodeIdName^>^ get ();
}
static member Values : IEnumerable<GraphNodeIdName> with get
static function get Values () : IEnumerable<GraphNodeIdName>

Property Value

Type: System.Collections.Generic.IEnumerable<GraphNodeIdName>
A collection of GraphNodeId objects

.NET Framework Security

See Also

Reference

GraphNodeIdName Class

Microsoft.VisualStudio.GraphModel Namespace