DragSourceContext.GetGhostShapes Method (ElementGroupPrototype)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Shared Function GetGhostShapes ( _
    elementGroupPrototype As ElementGroupPrototype _
) As GhostShapeCollection
'使用
Dim elementGroupPrototype As ElementGroupPrototype
Dim returnValue As GhostShapeCollection

returnValue = DragSourceContext.GetGhostShapes(elementGroupPrototype)
public static GhostShapeCollection GetGhostShapes(
    ElementGroupPrototype elementGroupPrototype
)
public:
static GhostShapeCollection^ GetGhostShapes(
    ElementGroupPrototype^ elementGroupPrototype
)
public static function GetGhostShapes(
    elementGroupPrototype : ElementGroupPrototype
) : GhostShapeCollection

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection

Permissions

See Also

Reference

DragSourceContext Class

DragSourceContext Members

GetGhostShapes Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace