DragSourceContext.GetGhostShapes 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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。
返回
源虚影形状集合。
适用于
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。
返回
源虚影形状集合。