Partilhar via


Método IGraphProvider.GetCommands

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

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<GraphCommand>

Segurança do .NET Framework

Consulte também

Referência

IGraphProvider Interface

Namespace Microsoft.VisualStudio.GraphModel