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)。 |
回頁首