TouchAction.GestureType 属性

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

声明
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)

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Common.GestureType
返回 GestureType

.NET Framework 安全性

请参见

参考

TouchAction 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间