Partilhar via


Construtor NavigateToShapesOnDiagramCommand

constructor

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Public Sub New ( _
    locator As ModelElementLocator, _
    targetDiagram As Diagram, _
    targetSelection As IList(Of DiagramItem), _
    priority As Integer _
)
public NavigateToShapesOnDiagramCommand(
    ModelElementLocator locator,
    Diagram targetDiagram,
    IList<DiagramItem> targetSelection,
    int priority
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

NavigateToShapesOnDiagramCommand Classe

Namespace Microsoft.VisualStudio.Modeling.Shell