Share via


DragSourceContext.GetGhostShapes Method

Definition

Overloads

GetGhostShapes(ElementGroup)

Gets the source ghost shape collection.

GetGhostShapes(ElementGroupPrototype)

Gets the source ghost shape collection.

GetGhostShapes(ElementGroup)

Gets the source ghost shape collection.

public:
 static Microsoft::VisualStudio::Modeling::Diagrams::GhostShapeCollection ^ GetGhostShapes(Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup);
public static Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection GetGhostShapes (Microsoft.VisualStudio.Modeling.ElementGroup elementGroup);
static member GetGhostShapes : Microsoft.VisualStudio.Modeling.ElementGroup -> Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
Public Shared Function GetGhostShapes (elementGroup As ElementGroup) As GhostShapeCollection

Parameters

elementGroup
ElementGroup

The ElementGroup where the DragSourceContext has been saved to.

Returns

The source ghost shape collection.

Applies to

GetGhostShapes(ElementGroupPrototype)

Gets the source ghost shape collection.

public:
 static Microsoft::VisualStudio::Modeling::Diagrams::GhostShapeCollection ^ GetGhostShapes(Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ elementGroupPrototype);
public static Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection GetGhostShapes (Microsoft.VisualStudio.Modeling.ElementGroupPrototype elementGroupPrototype);
static member GetGhostShapes : Microsoft.VisualStudio.Modeling.ElementGroupPrototype -> Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
Public Shared Function GetGhostShapes (elementGroupPrototype As ElementGroupPrototype) As GhostShapeCollection

Parameters

elementGroupPrototype
ElementGroupPrototype

The ElementGroupPrototype where the DragSourceContext has been saved to.

Returns

The source ghost shape collection.

Applies to