ITestParameter 介面
表示用於測試步驟的參數。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestParameter _
Inherits INotifyPropertyChanged
public interface ITestParameter : INotifyPropertyChanged
public interface class ITestParameter : INotifyPropertyChanged
type ITestParameter =
interface
interface INotifyPropertyChanged
end
public interface ITestParameter extends INotifyPropertyChanged
ITestParameter 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
IsDataBound | 取得或設定值,這個值表示這個參數是否已繫結至資料集中的欄位。 | |
IsOutput | 取得值,這個值表示參數是否為輸出參數。 | |
IsOverridden | 取得或設定值,這個值表示這個參數是否覆寫共用步驟參數的預設值。 | |
IsReference | 傳回值,這個值表示這個參數是否為共用步驟集中參數的參考。 | |
Name | 取得這個參數的名稱。 | |
Tags | 取得保存呼叫者定義之中繼資料的字典。 | |
Value | 取得或設定這個參數的值。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。 |
回頁首