Freigeben über


UITechnologyElement.PerformKeyboardAction-Methode

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

Syntax

'Declaration
Public Overridable Sub PerformKeyboardAction ( _
    str As String _
)
public virtual void PerformKeyboardAction(
    string str
)
public:
virtual void PerformKeyboardAction(
    String^ str
)
abstract PerformKeyboardAction : 
        str:string -> unit  
override PerformKeyboardAction : 
        str:string -> unit
public function PerformKeyboardAction(
    str : String
)

Parameter

  • str
    Typ: String

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElement Klasse

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace