Condividi tramite


Proprietà MouseAction.ActionType

Ottiene o imposta il tipo di azione con il mouse.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
Public Property ActionType As MouseActionType
public MouseActionType ActionType { get; set; }
public:
property MouseActionType ActionType {
    MouseActionType get ();
    void set (MouseActionType value);
}
member ActionType : MouseActionType with get, set
function get ActionType () : MouseActionType 
function set ActionType (value : MouseActionType)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.MouseActionType
Tipo di azione con il mouse.

Note

L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

MouseAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged

MouseActionType