Freigeben über


TouchAction.Manipulations-Eigenschaft

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property Manipulations As ManipulationType()
public ManipulationType[] Manipulations { get; set; }
public:
property array<ManipulationType>^ Manipulations {
    array<ManipulationType>^ get ();
    void set (array<ManipulationType>^ value);
}
member Manipulations : ManipulationType[] with get, set
function get Manipulations () : ManipulationType[]
function set Manipulations (value : ManipulationType[])

Eigenschaftswert

Typ: array<Microsoft.VisualStudio.TestTools.UITest.Common.ManipulationType[]
Gibt ManipulationType zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

TouchAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace