DropTargetFeedback.UpdateFeedback(GhostShapeCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.