Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
ghostShapes
Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollectionThe 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.