다음을 통해 공유


TestStepEventArgs.TestStepDescription 속성

테스트 단계에 대한 설명을 가져오거나 설정합니다.

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

구문

‘선언
Public Property TestStepDescription As String
public string TestStepDescription { get; private set; }
public:
property String^ TestStepDescription {
    String^ get ();
    private: void set (String^ value);
}
member TestStepDescription : string with get, private set
function get TestStepDescription () : String 
private function set TestStepDescription (value : String)

속성 값

형식: String
테스트 단계에 대한 설명을 반환합니다.

.NET Framework 보안

참고 항목

참조

TestStepEventArgs 클래스

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

#ctor