Share via


GhostShapeCollection.Add Method

Adds a GhostShape object to the collection.

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

Syntax

'Declaration
Public Sub Add ( _
    ghostShape As GhostShape _
)
public void Add(
    GhostShape ghostShape
)
public:
void Add(
    GhostShape^ ghostShape
)
member Add : 
        ghostShape:GhostShape -> unit 
public function Add(
    ghostShape : GhostShape
)

Parameters

.NET Framework Security

See Also

Reference

GhostShapeCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace