InputAction-Konstruktor (UITechnologyElement)
Initialisiert mithilfe des angegebenen Elements eine neue Instanz der InputAction-Klasse.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
uiElement As UITechnologyElement _
)
protected InputAction(
UITechnologyElement uiElement
)
protected:
InputAction(
UITechnologyElement^ uiElement
)
new :
uiElement:UITechnologyElement -> InputAction
protected function InputAction(
uiElement : UITechnologyElement
)
Parameter
- uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Ein UITechnologyElement-Objekt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.