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
- elementGroupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.