Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.