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>
Параметры
- nodes
Тип: System.Collections.Generic.IEnumerable<GraphNode>
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<GraphCommand>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.