共用方式為


ITestResultParameter 介面

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

表示測試執行期間之參數的預期和實際值。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Public Interface ITestResultParameter _
    Inherits INotifyPropertyChanged
public interface ITestResultParameter : INotifyPropertyChanged
public interface class ITestResultParameter : INotifyPropertyChanged
type ITestResultParameter =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface ITestResultParameter extends INotifyPropertyChanged

ITestResultParameter 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 ActualValue 取得屬性的實際值。
公用屬性 ExpectedValue 取得屬性的預期值。
公用屬性 Name 取得或設定屬性的名稱。

回頁首

事件

  名稱 描述
公用事件 PropertyChanged 當屬性值變更時發生。 (繼承自 INotifyPropertyChanged)。

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

INotifyPropertyChanged