DropTargetFeedback.UpdateFeedback Method

Sets drag feedback information

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

Syntax

'Declaration
Public Sub UpdateFeedback ( _
    ghostShapes As GhostShapeCollection _
)
public void UpdateFeedback(
    GhostShapeCollection ghostShapes
)
public:
void UpdateFeedback(
    GhostShapeCollection^ ghostShapes
)
member UpdateFeedback : 
        ghostShapes:GhostShapeCollection -> unit
public function UpdateFeedback(
    ghostShapes : GhostShapeCollection
)

Parameters

.NET Framework Security

See Also

Reference

DropTargetFeedback Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace