다음을 통해 공유


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 네임스페이스