DiagramItemCollection::Remove Method (ICollection^)

 

Removes the specified DiagramItems from an ICollection

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

public:
virtual void Remove(
	ICollection^ diagramItemsToRemove
)

Parameters

diagramItemsToRemove
Type: System.Collections::ICollection^

The collection of DiagramItems to remove.

Return to top
Show: