다음을 통해 공유


TestCaseEventArgs.TestCaseName 속성

테스트 사례 이름을 가져오거나 설정합니다.

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

구문

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

속성 값

형식: String
테스트 사례의 이름입니다.

.NET Framework 보안

참고 항목

참조

TestCaseEventArgs 클래스

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

#ctor