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
- nodes
Tipo: System.Collections.Generic.IEnumerable<GraphNode>
Valor devuelto
Tipo: System.Collections.Generic.IEnumerable<GraphCommand>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.