Поделиться через


IGraphProvider.GetCommands - метод

Пространство имен:  Microsoft.VisualStudio.GraphModel
Сборка:  Microsoft.VisualStudio.GraphModel (в Microsoft.VisualStudio.GraphModel.dll)

Синтаксис

'Декларация
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>

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<GraphCommand>

Безопасность платформы .NET Framework

См. также

Ссылки

IGraphProvider Интерфейс

Microsoft.VisualStudio.GraphModel - пространство имен