TouchAction.GestureType – vlastnost
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.GestureType
Vrátí GestureType.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.