ITestPlan (Interfaz)
No se actualizará ningún contenido aquí; no agregue material aquí.
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
Public Interface ITestPlan _
Inherits ITestObject(Of Integer), IIdentifiable(Of Integer), _
IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface ITestPlan : ITestObject<int>,
IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface class ITestPlan : ITestObject<int>,
IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type ITestPlan =
interface
interface ITestObject<int>
interface IIdentifiable<int>
interface IPropertyOwner
interface IDataErrorInfo
interface INotifyPropertyChanged
end
public interface ITestPlan extends ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
El tipo ITestPlan expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AreaPath | ||
AutomatedTestEnvironmentId | ||
AutomatedTestSettingsId | ||
BuildDirectory | ||
BuildFilter | ||
BuildNumber | ||
BuildTakenDate | ||
BuildUri | ||
Description | ||
EndDate | ||
Error | Obtiene un mensaje de error que indica lo que le pasa a este objeto. (Se hereda de IDataErrorInfo). | |
Id | Obtiene el identificador. (Se hereda de IIdentifiable<TKey>). | |
InvalidProperties | Obtiene una lista de nombres de propiedad que no son válidos. (Se hereda de IPropertyOwner). | |
IsDirty | Obtiene un valor que indica si ha cambiado alguna de las propiedades desde la última operación de actualizar, capturar o guardar. (Se hereda de IPropertyOwner). | |
Item | Obtiene el mensaje de error correspondiente a la propiedad con el nombre especificado. (Se hereda de IDataErrorInfo). | |
Iteration | ||
LastUpdated | ||
LastUpdatedBy | ||
LastUpdatedByName | ||
Links | ||
ManualTestEnvironmentId | ||
ManualTestSettingsId | ||
Name | ||
NewBuildStatistics | ||
Owner | ||
OwnerName | ||
OwnerTeamFoundationId | ||
PreviousBuildUri | ||
Project | Obtiene el proyecto de prueba. (Se hereda de ITestObject<T>). | |
Revision | Obtiene el número de revisión actual para este objeto. (Se hereda de ITestObject<T>). | |
RootSuite | ||
StartDate | ||
State | ||
UserData | Obtiene o establece un objeto o valor arbitrario que no se conserva, pero permite que los objetos de administración de pruebas se extiendan dinámicamente. (Se hereda de ITestObject<T>). |
Arriba
Métodos
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | Tiene lugar cuando cambia un valor de propiedad. (Se hereda de INotifyPropertyChanged). |
Arriba
Comentarios
No se actualizará ningún contenido aquí; no agregue material aquí.
Vea también
Referencia
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)