TouchAction.IsGestureComplete 属性

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

语法

声明
Public Property IsGestureComplete As Boolean
public bool IsGestureComplete { get; set; }
public:
property bool IsGestureComplete {
    bool get ();
    void set (bool value);
}
member IsGestureComplete : bool with get, set
function get IsGestureComplete () : boolean
function set IsGestureComplete (value : boolean)

属性值

类型:System.Boolean
返回 Boolean

.NET Framework 安全性

请参见

参考

TouchAction 类

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