UITestProgressEventArgs.Action 属性

获取关联的 UITestAction 对象。

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

语法

声明
Public ReadOnly Property Action As UITestAction
public UITestAction Action { get; }
public:
property UITestAction^ Action {
    UITestAction^ get ();
}
member Action : UITestAction with get
function get Action () : UITestAction

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
关联的测试操作。

.NET Framework 安全性

请参见

参考

UITestProgressEventArgs 类

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

UITestAction