获取或设置操作的事件日志项。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public UITestActionLogEntry ActionLogEntry {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property UITestActionLogEntry^ ActionLogEntry {
[CompilerGeneratedAttribute]
UITestActionLogEntry^ get();
[CompilerGeneratedAttribute]
void set(UITestActionLogEntry^ value);
}
member ActionLogEntry : UITestActionLogEntry with get, set
Public Property ActionLogEntry As UITestActionLogEntry
属性值
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry
请参阅
UITestAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首