Aracılığıyla paylaş


IGraphProvider.GetCommands Yöntem

Ad alanı:  Microsoft.VisualStudio.GraphModel
Derleme:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll içinde)

Sözdizimi

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

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.IEnumerable<GraphCommand>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IGraphProvider Arabirim

Microsoft.VisualStudio.GraphModel Ad Alanı