Freigeben über


MouseAction.ActionType-Eigenschaft

Ruft den Typ der Mausbetätigung ab oder legt ihn fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property ActionType As MouseActionType
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.MouseActionType
Der Typ der Mausbetätigung.

Hinweise

Durch das Festlegen dieser Eigenschaft wird das PropertyChanged-Ereignis ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

MouseAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged

MouseActionType