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
- nodes
Typ: IEnumerable<GraphNode>
Vrácená hodnota
Typ: IEnumerable<GraphCommand>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.