Graph.VisibleOrphanNodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)