다음을 통해 공유


TestStepEventArgs.TestStepId 속성

테스트 단계의 ID를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
Public Property TestStepId As Integer
public int TestStepId { get; private set; }
public:
property int TestStepId {
    int get ();
    private: void set (int value);
}
member TestStepId : int with get, private set
function get TestStepId () : int 
private function set TestStepId (value : int)

속성 값

형식: Int32
테스트 단계의 ID를 반환합니다.

설명

데이터 수집이 발생하는 테스트 단계 또는 이런 테스트 단계가 존재하지 않는 경우 0을 식별합니다.

.NET Framework 보안

참고 항목

참조

TestStepEventArgs 클래스

Microsoft.VisualStudio.TestTools.Execution 네임스페이스

#ctor