DragSourceContext.GetGhostShapes 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.
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.