TouchAction.IsGestureComplete Property
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
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)
Property Value
Type: Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.