다음을 통해 공유


TestCaseEventArgs.TcmInformation 속성

테스트 사례에 대한 추가적인 정보를 테스트 관리자 서버에서 가져오는 데 사용할 수 있는 정보가 포함된 개체를 가져옵니다.

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

구문

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

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.TcmInformation
정보 개체이거나, 테스트 관리자에서 시작된 테스트가 아니면 nullNull 참조(Visual Basic의 경우 Nothing)입니다.

.NET Framework 보안

참고 항목

참조

TestCaseEventArgs 클래스

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