Freigeben über


TouchAction.GestureType-Eigenschaft

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.GestureType
Gibt GestureType zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

TouchAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace