DropTargetFeedback.UpdateFeedback(GhostShapeCollection) Method

Definition

Sets drag feedback information

public:
 void UpdateFeedback(Microsoft::VisualStudio::Modeling::Diagrams::GhostShapeCollection ^ ghostShapes);
public void UpdateFeedback (Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection ghostShapes);
member this.UpdateFeedback : Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection -> unit
Public Sub UpdateFeedback (ghostShapes As GhostShapeCollection)

Parameters

ghostShapes
GhostShapeCollection

The ghost shapes which provide current information for the drag feedback.

Applies to