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.
Returns the next MouseAction state.
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 MustOverride Function Next ( _
mouseAction As MouseAction _
) As MouseActionState
public abstract MouseActionState Next(
MouseAction mouseAction
)
public:
virtual MouseActionState^ Next(
MouseAction^ mouseAction
) abstract
abstract Next :
mouseAction:MouseAction -> MouseActionState
public abstract function Next(
mouseAction : MouseAction
) : MouseActionState
Parameters
- mouseAction
Type: Microsoft.VisualStudio.Modeling.Diagrams.MouseAction
The MouseAction containing information to determine the next state. The information includes: (1) the current MouseAction event, and (2) the current mouse position.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
.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.