GhostShapeCollection.Add(GhostShape) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.