IGraphContext.OutputNodes 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.
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)