다음을 통해 공유


TestResultMessage.Id 속성

이 테스트 결과 메시지의 ID를 가져오거나 설정합니다.

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

구문

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

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.TestResultId
이 테스트 결과 메시지의 ID입니다.

.NET Framework 보안

참고 항목

참조

TestResultMessage 클래스

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

TestResultId