SelectedShapesCollection::Toggle Method (DiagramItemCollection^)
Visual Studio 2015
Toggles the specified DiagramItems into or out of the selection; i.e., if a DiagramItem is selected, it is deselected. If a DiagramItem is not selected, it is selected.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- diagramItems
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramItemCollection^
The diagramItems to toggle into or out of the selection.
Show: