Graph.OrphanNodes Property

Definition

Get all nodes that are not children of any GraphGroup

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ OrphanNodes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> OrphanNodes { get; }
member this.OrphanNodes : seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public ReadOnly Property OrphanNodes As IEnumerable(Of GraphNode)

Property Value

Applies to