GhostShapeCollection.Add(GhostShape) Method

Definition

Adds a GhostShape object to the collection.

public:
 void Add(Microsoft::VisualStudio::Modeling::Diagrams::GhostShape ^ ghostShape);
public void Add (Microsoft.VisualStudio.Modeling.Diagrams.GhostShape ghostShape);
member this.Add : Microsoft.VisualStudio.Modeling.Diagrams.GhostShape -> unit
Public Sub Add (ghostShape As GhostShape)

Parameters

ghostShape
GhostShape

The GhostShape object to add.

Applies to