IGraphProvider.GetCommands(IEnumerable<GraphNode>) 方法

定义

获取可从该提供程序中给定的一组节点获取的 GraphCommands。

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)

参数

返回

IEnumerable<GraphCommand>

可用的 GraphCommands。

适用于