Sdílet prostřednictvím


UITechnologyElement.PerformKeyboardAction – metoda

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

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

Parametry

  • str
    Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITechnologyElement Třída

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů