Поделиться через


UITestAction.ActionLogEntry - свойство

Возвращает или задает запись в журнале для действия.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITest.Common
Сборка:  Microsoft.VisualStudio.TestTools.UITest.Common (в Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry

Безопасность платформы .NET Framework

См. также

Ссылки

UITestAction Класс

Microsoft.VisualStudio.TestTools.UITest.Common - пространство имен