DragSourceContext.GetGhostShapes Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
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
Die inaktive Quell Form Auflistung.