Condividi tramite


Proprietà TouchAction.IsGestureComplete

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
Restituisce Boolean.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TouchAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common