IGraphContext.OutputNodes Property

Definition

The nodes that answer the query posed by the context. More data may be present in the Graph than in the OutputNodes. OutputNodes must be part of the Graph.

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

Property Value

Applies to