NavigateToShapesOnDiagramCommand Oluşturucu

Tanım

oluşturucu

public:
 NavigateToShapesOnDiagramCommand(Microsoft::VisualStudio::Modeling::Shell::ModelElementLocator ^ locator, Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ targetDiagram, System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^> ^ targetSelection, int priority);
public NavigateToShapesOnDiagramCommand (Microsoft.VisualStudio.Modeling.Shell.ModelElementLocator locator, Microsoft.VisualStudio.Modeling.Diagrams.Diagram targetDiagram, System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem> targetSelection, int priority);
new Microsoft.VisualStudio.Modeling.Shell.NavigateToShapesOnDiagramCommand : Microsoft.VisualStudio.Modeling.Shell.ModelElementLocator * Microsoft.VisualStudio.Modeling.Diagrams.Diagram * System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem> * int -> Microsoft.VisualStudio.Modeling.Shell.NavigateToShapesOnDiagramCommand
Public Sub New (locator As ModelElementLocator, targetDiagram As Diagram, targetSelection As IList(Of DiagramItem), priority As Integer)

Parametreler

targetDiagram
Diagram

Gidilecek diyagram

targetSelection
IList<DiagramItem>

Seçilecek ShapeElements koleksiyonu (targetDiagram üzerinde olması bekleniyor)

priority
Int32

Bu komutun önceliği.

Şunlara uygulanır