ITestPointProperties 인터페이스
변경될 수 있는 테스트 포인트 속성을 나타냅니다.
네임스페이스: Microsoft.TeamFoundation.TestManagement.Client
어셈블리: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)
구문
‘선언
Public Interface ITestPointProperties
public interface ITestPointProperties
public interface class ITestPointProperties
type ITestPointProperties = interface end
public interface ITestPointProperties
ITestPointProperties 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Comment | 관련 테스트 지점에 대한 주석을 가져오거나 설정합니다. | |
LastUpdated | 이 개체가 마지막으로 업데이트된 날짜를 가져옵니다. | |
LastUpdatedBy | 이 개체를 마지막으로 업데이트한 사용자의 ID를 가져옵니다. | |
MostRecentFailureType | 관련 테스트 지점에 대한 가장 최근 FailureType을 가져옵니다. | |
MostRecentResolutionStateId | 가장 최근 해결 상태 설정의 ID를 가져옵니다. | |
MostRecentResultId | 가장 최근 결과 설정의 ID를 가져옵니다. | |
MostRecentResultOutcome | 가장 최근 결과 설정을 가져옵니다. | |
MostRecentResultState | 가장 최근 결과 상태 설정을 가져옵니다. | |
MostRecentRunId | 가장 최근 테스트 실행 ID를 가져옵니다. | |
Revision | 관련 테스트 지점의 내부 수정 번호를 가져옵니다. | |
State | 관련 테스트 지점의 현재 상태를 가져옵니다. |
위쪽
설명
이 인터페이스는 Visual Studio의 테스트 사례 관리(TCM)에 대한 개체 모델을 지원합니다. 이 인터페이스는 사용자 지정 클래스에 구현하기 위한 것이 아니지만 TCM 개체가 내부 구현을 반환할 경우 사용자 지정 클래스에 이 인터페이스를 사용할 수 있습니다.