Поделиться через


NavigateToShapesOnDiagramCommand Constructor

constructor

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Декларация
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
)
public:
NavigateToShapesOnDiagramCommand(
    ModelElementLocator^ locator, 
    Diagram^ targetDiagram, 
    IList<DiagramItem^>^ targetSelection, 
    int priority
)
new : 
        locator:ModelElementLocator * 
        targetDiagram:Diagram * 
        targetSelection:IList<DiagramItem> * 
        priority:int -> NavigateToShapesOnDiagramCommand
public function NavigateToShapesOnDiagramCommand(
    locator : ModelElementLocator, 
    targetDiagram : Diagram, 
    targetSelection : IList<DiagramItem>, 
    priority : int
)

Parameters

.NET Framework Security

See Also

Reference

NavigateToShapesOnDiagramCommand Class

Microsoft.VisualStudio.Modeling.Shell Namespace