SystemAction.ActionType 属性

SystemAction 的操作类型。

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

语法

声明
Public Property ActionType As String
public string ActionType { get; set; }
public:
property String^ ActionType {
    String^ get ();
    void set (String^ value);
}
member ActionType : string with get, set
function get ActionType () : String
function set ActionType (value : String)

属性值

类型:System.String
返回 String

.NET Framework 安全性

请参见

参考

SystemAction 类

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