IGraphProvider.GetCommands(IEnumerable<GraphNode>) Method

Definition

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

Returns

The available GraphCommands.

Applies to