Share via


ITestElementResultTestPropertyProvider 인터페이스

개체가 테스트 결과의 테스트 데이터를 제공하도록 구현할 수 있는 인터페이스를 나타냅니다.

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

구문

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

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

메서드

  이름 설명
Public 메서드 FillDataRow 제공된 데이터 행을 테스트 결과 데이터를 사용하여 채웁니다.

위쪽

설명

테스트 요소는 이미 이 인터페이스를 구현했습니다. TestElement에서 상속하지 못하는 개체가 테스트 결과에 테스트 데이터를 제공하려면 이 인터페이스를 구현해야 합니다.

참고 항목

참조

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

TestElement