IGraphProvider.GetCommands(IEnumerable<GraphNode>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可从该提供程序中给定的一组节点获取的 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)
参数
- nodes
- IEnumerable<GraphNode>
返回
可用的 GraphCommands。