UITestAction.ActionLogEntry Propriedade
Obtém ou define a entrada de log de ação para a ação.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
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
Valor de propriedade
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry
Consulte também
Classe UITestAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo