IDynamicTestSuiteBase 介面
提供伺服器所填入之所有套件的一般基底類別。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface IDynamicTestSuiteBase _
Inherits ITestSuiteBase, ITestObject(Of Integer), IIdentifiable(Of Integer), _
IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface IDynamicTestSuiteBase : ITestSuiteBase,
ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface class IDynamicTestSuiteBase : ITestSuiteBase,
ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type IDynamicTestSuiteBase =
interface
interface ITestSuiteBase
interface ITestObject<int>
interface IIdentifiable<int>
interface IPropertyOwner
interface IDataErrorInfo
interface INotifyPropertyChanged
end
public interface IDynamicTestSuiteBase extends ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
IDynamicTestSuiteBase 類型會公開下列成員。
屬性
回頁首
方法
名稱 | 描述 | |
---|---|---|
AssignTestPoints | (繼承自 ITestSuiteBase)。 | |
ClearDefaultConfigurations | (繼承自 ITestSuiteBase)。 | |
CreateTestPointAssignment(Int32, IdAndName, TeamFoundationIdentity) | (繼承自 ITestSuiteBase)。 | |
CreateTestPointAssignment(Int32, IdAndName, Guid) | (繼承自 ITestSuiteBase)。 | |
Refresh() | (繼承自 ITestSuiteBase)。 | |
Refresh(Boolean) | (繼承自 ITestSuiteBase)。 | |
Repopulate | 新增線在符合伺服器上的查詢條件的套件項目,並且移除不再符合伺服器上的查詢條件的套件項目。 | |
SetDefaultConfigurations | (繼承自 ITestSuiteBase)。 | |
SetEntryConfigurations | (繼承自 ITestSuiteBase)。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
PropertyChanged | 當屬性值變更時發生。 (繼承自 INotifyPropertyChanged)。 |
回頁首