SelectedShapesCollection::Remove Method (DiagramItem^)

 

Removes a DiagramItem from the current selection.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void Remove(
	DiagramItem^ diagramItem
)

Parameters

diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^

The DiagramItem to remove from the current selection.

If a DiagramItem does not exist in the selection, the DiagramItem is ignored.

Return to top
Show: