Graph.VisibleOrphanNodes Property

Definition

Get all visible nodes that are not children of any GraphGroup

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

Property Value

Applies to