Compartilhar via


Propriedade UITestAction.ActionLogEntry

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

'Declaração
Public Property ActionLogEntry As UITestActionLogEntry
public UITestActionLogEntry ActionLogEntry { get; set; }
public:
property UITestActionLogEntry^ ActionLogEntry {
    UITestActionLogEntry^ get ();
    void set (UITestActionLogEntry^ value);
}
member ActionLogEntry : UITestActionLogEntry with get, set
function get ActionLogEntry () : UITestActionLogEntry
function set ActionLogEntry (value : UITestActionLogEntry)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry

Segurança do .NET Framework

Consulte também

Referência

UITestAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common