Interfaccia ITestPlan
Nessun contenuto verrà aggiornato qui. Non aggiungere materiale qui.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
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
Il tipo ITestPlan espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AreaPath | |
![]() |
AutomatedTestEnvironmentId | |
![]() |
AutomatedTestSettingsId | |
![]() |
BuildDirectory | |
![]() |
BuildFilter | |
![]() |
BuildNumber | |
![]() |
BuildTakenDate | |
![]() |
BuildUri | |
![]() |
Description | |
![]() |
EndDate | |
![]() |
Error | Ottiene un messaggio di errore che indica l'errore relativo a questo oggetto. (Ereditato da IDataErrorInfo) |
![]() |
Id | Ottiene l'identificatore. (Ereditato da IIdentifiable<TKey>) |
![]() |
InvalidProperties | Ottiene un elenco di nomi delle proprietà non validi. (Ereditato da IPropertyOwner) |
![]() |
IsDirty | Ottiene un valore che indica se le proprietà sono state modificate dall'ultimo aggiornamento, recupero o salvataggio. (Ereditato da IPropertyOwner) |
![]() |
Item | Ottiene il messaggio di errore per la proprietà con il nome specificato. (Ereditato da IDataErrorInfo) |
![]() |
Iteration | |
![]() |
LastUpdated | |
![]() |
LastUpdatedBy | |
![]() |
LastUpdatedByName | |
![]() |
Links | |
![]() |
ManualTestEnvironmentId | |
![]() |
ManualTestSettingsId | |
![]() |
Name | |
![]() |
NewBuildStatistics | |
![]() |
Owner | |
![]() |
OwnerName | |
![]() |
OwnerTeamFoundationId | |
![]() |
PreviousBuildUri | |
![]() |
Project | Ottiene il progetto di test. (Ereditato da ITestObject<T>) |
![]() |
Revision | Ottiene il numero di revisione corrente per l'oggetto. (Ereditato da ITestObject<T>) |
![]() |
RootSuite | |
![]() |
StartDate | |
![]() |
State | |
![]() |
UserData | Ottiene o imposta un oggetto arbitrario o un valore non persistente, ma consente a oggetti gestione test di venire estesi in modo dinamico. (Ereditato da ITestObject<T>) |
In alto
Metodi
In alto
Eventi
Nome | Descrizione | |
---|---|---|
![]() |
PropertyChanged | Generato quando il valore di una proprietà cambia. (Ereditato da INotifyPropertyChanged) |
In alto
Note
Nessun contenuto verrà aggiornato qui. Non aggiungere materiale qui.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client