Condividi tramite


IGraphContext.InputNodes Property

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

The initial nodes from which the GraphContext navigates.

An empty collection implies a search of the global scope (ex: looking for top level namespaces).

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

Syntax

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

Property Value

Type: System.Collections.Generic.ISet<GraphNode>

Remarks

For a GUI caller, this collection may correspond to the selected nodes.

.NET Framework Security

See Also

Reference

IGraphContext Interface

Microsoft.VisualStudio.GraphModel Namespace