다음을 통해 공유


ITestImplementation 인터페이스

자동화된 테스트의 구현에 대한 링크를 나타냅니다.

네임스페이스:  Microsoft.TeamFoundation.TestManagement.Client
어셈블리:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)

구문

‘선언
Public Interface ITestImplementation _
    Inherits INotifyPropertyChanged
public interface ITestImplementation : INotifyPropertyChanged
public interface class ITestImplementation : INotifyPropertyChanged
type ITestImplementation =  
    interface
        interface INotifyPropertyChanged
    end
public interface ITestImplementation extends INotifyPropertyChanged

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

속성

  이름 설명
Public 속성 DisplayText 이 링크의 사용자 인터페이스에서 사용자에게 표시할 텍스트를 가져옵니다.

위쪽

이벤트

  이름 설명
Public 이벤트 PropertyChanged 속성 값이 변경되면 발생합니다. (INotifyPropertyChanged에서 상속됨)

위쪽

참고 항목

참조

Microsoft.TeamFoundation.TestManagement.Client 네임스페이스

INotifyPropertyChanged