GhostShapeCollection::Add Method (GhostShape^)

 

Adds a GhostShape object to the collection.

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

public:
void Add(
	GhostShape^ ghostShape
)

Parameters

ghostShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::GhostShape^

The GhostShape object to add.

Return to top
Show: