DragSourceContext.GetGhostShapes 方法

定义

重载

GetGhostShapes(ElementGroup)

获取源虚影形状集合。

GetGhostShapes(ElementGroupPrototype)

获取源虚影形状集合。

GetGhostShapes(ElementGroup)

获取源虚影形状集合。

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

参数

elementGroup
ElementGroup

已将 DragSourceContext 保存到的 ElementGroup。

返回

GhostShapeCollection

源虚影形状集合。

适用于

GetGhostShapes(ElementGroupPrototype)

获取源虚影形状集合。

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

参数

elementGroupPrototype
ElementGroupPrototype

已将 DragSourceContext 保存到的 Elementgroupprototype 创建 elementgroup。

返回

GhostShapeCollection

源虚影形状集合。

适用于