Condividi tramite


IGraphContext.OutputNodes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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: System.Collections.Generic.ISet<GraphNode>

.NET Framework Security

See Also

Reference

IGraphContext Interface

Microsoft.VisualStudio.GraphModel Namespace