UITechnologyElement.PerformKeyboardAction 方法

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
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
)

参数

  • str
    类型:String

.NET Framework 安全性

请参阅

参考

UITechnologyElement 类

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间