MouseAction.ActionCompletedState Property

Gets the completed state for the mouse action.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Shared ReadOnly Property ActionCompletedState As ActionCompletedState
'使用
Dim value As ActionCompletedState

value = MouseAction.ActionCompletedState
public static ActionCompletedState ActionCompletedState { get; }
public:
static property ActionCompletedState^ ActionCompletedState {
    ActionCompletedState^ get ();
}
public static function get ActionCompletedState () : ActionCompletedState

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ActionCompletedState

The completed state for the mouse action.

Permissions

See Also

Reference

MouseAction Class

MouseAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace