Compartir a través de


IGraphProvider.GetCommands (Método)

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IGraphProvider Interfaz

Microsoft.VisualStudio.GraphModel (Espacio de nombres)