Dela via


IGraphContext.OutputNodes Property

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.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
ReadOnly Property OutputNodes As ISet(Of GraphNode)
ISet<GraphNode> OutputNodes { get; }
property ISet<GraphNode^>^ OutputNodes {
    ISet<GraphNode^>^ get ();
}
abstract OutputNodes : ISet<GraphNode> with get
function get OutputNodes () : ISet<GraphNode>

Property Value

Type: ISet<GraphNode>

.NET Framework Security

See Also

Reference

IGraphContext Interface

Microsoft.VisualStudio.GraphModel Namespace