SystemAction 的操作类型。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public string ActionType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property String^ ActionType {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
void set(String^ value);
}
member ActionType : string with get, set
Public Property ActionType As String
属性值
Type: System.String
返回 String。
请参阅
SystemAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首