IGraphContext.InputNodes Property

Definition

The initial nodes from which the GraphContext navigates. An empty collection implies a search of the global scope (ex: looking for top level namespaces).

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

Property Value

Remarks

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

Applies to