ITestAction 介面
表示單一動作和預期結果。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestAction _
Inherits INotifyPropertyChanged
public interface ITestAction : INotifyPropertyChanged
public interface class ITestAction : INotifyPropertyChanged
type ITestAction =
interface
interface INotifyPropertyChanged
end
public interface ITestAction extends INotifyPropertyChanged
ITestAction 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Id | 取得這個測試動作的唯一識別碼。 | |
Owner | 取得表示這個測試動作之擁有者的測試基底。 | |
Parent | 取得這個測試動作的父測試動作群組。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
CopyToNewOwner | 對新擁有者執行這個動作的深層複製。 | |
MoveToNewOwner | 將這個測試動作加入至新擁有者,並將目前擁有者設定為 null。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。 |
回頁首