共用方式為


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 命名空間