Sdílet prostřednictvím


IGraphProvider.GetCommands – metoda

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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>

Parametry

Vrácená hodnota

Typ: IEnumerable<GraphCommand>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IGraphProvider Rozhraní

Microsoft.VisualStudio.GraphModel – obor názvů