Freigeben über


DraggingState.Next-Methode

Gibt den folgenden MouseActions-Zustand zurück.Gültige folgenden Zustände befinden: (1) DragCompletedState, wenn das aktuelle MouseActions-Ereignis oder MouseUp-Ereignis Complete ist. (2) DragCanceledState, wenn das aktuelle MouseActions-Ereignis Löschen ist. (3) dieser Bedingung, für alle anderen Ereignisse.

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 Overrides Function Next ( _
    mouseAction As MouseAction _
) As MouseActionState
public override MouseActionState Next(
    MouseAction mouseAction
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState

.NET Framework-Sicherheit

Siehe auch

Referenz

DraggingState Klasse

Microsoft.VisualStudio.Modeling.Diagrams-Namespace