Share via


IGraphProvider.GetCommands Method

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Function GetCommands ( _
    nodes As IEnumerable(Of GraphNode) _
) As IEnumerable(Of GraphCommand)
IEnumerable<GraphCommand> GetCommands(
    IEnumerable<GraphNode> nodes
)
IEnumerable<GraphCommand^>^ GetCommands(
    IEnumerable<GraphNode^>^ nodes
)
abstract GetCommands : 
        nodes:IEnumerable<GraphNode> -> IEnumerable<GraphCommand> 
function GetCommands(
    nodes : IEnumerable<GraphNode>
) : IEnumerable<GraphCommand>

Parameters

Return Value

Type: IEnumerable<GraphCommand>

.NET Framework Security

See Also

Reference

IGraphProvider Interface

Microsoft.VisualStudio.GraphModel Namespace