Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets drag feedback information
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
- ghostShapes
Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
The ghost shapes which provide current information for the drag feedback.
.NET Framework Security
- 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.