DiagramItemCollection::Add Method (ICollection^)

 

Adds the DiagramItem of an ICollection to the end of the DiagramItemCollection

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 Add(
	ICollection^ diagramItemsToAdd
)

Parameters

diagramItemsToAdd
Type: System.Collections::ICollection^

The collection of DiagramItems to add to this collection.

Return to top
Show: