DragSourceContext.GetGhostShapes Methode

Definition

Überlädt

GetGhostShapes(ElementGroup)

Ruft die Auflistung der inaktiven Quell Formen ab.

GetGhostShapes(ElementGroupPrototype)

Ruft die Auflistung der inaktiven Quell Formen ab.

GetGhostShapes(ElementGroup)

Ruft die Auflistung der inaktiven Quell Formen ab.

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

Parameter

elementGroup
ElementGroup

Die Element Gruppe, in der der DragSourceContext gespeichert wurde.

Gibt zurück

GhostShapeCollection

Die inaktive Quell Form Auflistung.

Gilt für

GetGhostShapes(ElementGroupPrototype)

Ruft die Auflistung der inaktiven Quell Formen ab.

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

Parameter

elementGroupPrototype
ElementGroupPrototype

Der Element groupprototype, in dem der DragSourceContext gespeichert wurde.

Gibt zurück

GhostShapeCollection

Die inaktive Quell Form Auflistung.

Gilt für