Share via


IVerifiable 인터페이스

필수 테스트 요소를 확인하기 위해 테스트 확장 클래스에서 구현할 수 있는 인터페이스를 나타냅니다.

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

구문

‘선언
Public Interface IVerifiable
public interface IVerifiable
public interface class IVerifiable
type IVerifiable =  interface end
public interface IVerifiable

IVerifiable 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 IsValid 파생 클래스에서 구현되는 경우 필수 요소가 사용 가능하고 유효한지 여부를 나타내는 값을 가져옵니다.

위쪽

참고 항목

참조

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

기타 리소스

Packaging and Installing Test Type Extensions in Visual Studio