Sdílet prostřednictvím


UITestAction.ActionLogEntry – vlastnost

Získá nebo nastaví položku protokolu akce pro akce.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestAction Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů