SelectedShapesCollection::Remove Method (DiagramItemCollection^)

 

Removes the specified DiagramItems 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(
	DiagramItemCollection^ diagramItems
)

Parameters

diagramItems
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItemCollection^

The collection of DiagramItems to remove

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

Return to top
Show: