IGraphContext.InputNodes 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 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.