IGraphProvider.GetCommands, méthode
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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>
Paramètres
- nodes
Type : System.Collections.Generic.IEnumerable<GraphNode>
Valeur de retour
Type : System.Collections.Generic.IEnumerable<GraphCommand>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.