IGraphProvider.GetCommands Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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>
Parameters
- nodes
Type: IEnumerable<GraphNode>
Return Value
Type: IEnumerable<GraphCommand>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.