ITestPlan, interface
Le contenu de cette section ne sera pas mis à jour, n'y ajoutez pas d'informations.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
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
Le type ITestPlan expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
AreaPath | |
![]() |
AutomatedTestEnvironmentId | |
![]() |
AutomatedTestSettingsId | |
![]() |
BuildDirectory | |
![]() |
BuildFilter | |
![]() |
BuildNumber | |
![]() |
BuildTakenDate | |
![]() |
BuildUri | |
![]() |
Description | |
![]() |
EndDate | |
![]() |
Error | Obtient un message d'erreur indiquant le problème lié à cet objet. (Hérité de IDataErrorInfo.) |
![]() |
Id | Obtient l'identificateur. (Hérité de IIdentifiable<TKey>.) |
![]() |
InvalidProperties | Obtient une liste des noms de propriété non valides. (Hérité de IPropertyOwner.) |
![]() |
IsDirty | Obtient une valeur qui indique si des propriétés ont été modifiées depuis la dernière actualisation, extraction ou sauvegarde. (Hérité de IPropertyOwner.) |
![]() |
Item | Obtient le message d'erreur pour la propriété portant le nom donné. (Hérité de IDataErrorInfo.) |
![]() |
Iteration | |
![]() |
LastUpdated | |
![]() |
LastUpdatedBy | |
![]() |
LastUpdatedByName | |
![]() |
Links | |
![]() |
ManualTestEnvironmentId | |
![]() |
ManualTestSettingsId | |
![]() |
Name | |
![]() |
NewBuildStatistics | |
![]() |
Owner | |
![]() |
OwnerName | |
![]() |
OwnerTeamFoundationId | |
![]() |
PreviousBuildUri | |
![]() |
Project | Obtient le projet de test. (Hérité de ITestObject<T>.) |
![]() |
Revision | Obtient le numéro de révision actuel de cet objet. (Hérité de ITestObject<T>.) |
![]() |
RootSuite | |
![]() |
StartDate | |
![]() |
State | |
![]() |
UserData | Obtient ou définit un objet ou une valeur arbitraire non persistants, mais permet aux objets de gestion de test d'être étendus dynamiquement. (Hérité de ITestObject<T>.) |
Début
Méthodes
Début
Événements
Nom | Description | |
---|---|---|
![]() |
PropertyChanged | Se produit en cas de modification d'une valeur de propriété. (Hérité de INotifyPropertyChanged.) |
Début
Notes
Le contenu de cette section ne sera pas mis à jour, n'y ajoutez pas d'informations.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms