다음을 통해 공유


UITestAction.StartTimestamp 속성

이 작업을 실행할 때 시작 타임스탬프를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Common
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll)

구문

‘선언
Public Property StartTimestamp As Long
public long StartTimestamp { get; set; }
public:
property long long StartTimestamp {
    long long get ();
    void set (long long value);
}
member StartTimestamp : int64 with get, set
function get StartTimestamp () : long 
function set StartTimestamp (value : long)

속성 값

형식: Int64
시작 타임스탬프입니다.

설명

일반적으로 낮은 수준의 메시지 타임 스탬프에서 설정 됩니다.

.NET Framework 보안

참고 항목

참조

UITestAction 클래스

Microsoft.VisualStudio.TestTools.UITest.Common 네임스페이스