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

ElementGroup, где был сохранен DragSourceContext.

Возвращаемое значение

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

ElementGroupPrototype, где был сохранен DragSourceContext.

Возвращаемое значение

GhostShapeCollection

Исходная коллекция фантомных фигур.

Применяется к