IGraphProvider.GetCommands(IEnumerable<GraphNode>) Method
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.
Gets the GraphCommands that are available from this provider for the given set of nodes.
public:
System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCommand ^> ^ GetCommands(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ nodes);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCommand> GetCommands (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> nodes);
abstract member GetCommands : seq<Microsoft.VisualStudio.GraphModel.GraphNode> -> seq<Microsoft.VisualStudio.GraphModel.GraphCommand>
Public Function GetCommands (nodes As IEnumerable(Of GraphNode)) As IEnumerable(Of GraphCommand)
Parameters
- nodes
- IEnumerable<GraphNode>
Returns
The available GraphCommands.