ITestRunBase, 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 ITestRunBase _
Inherits IIdentifiable(Of Integer), IAttachmentOwner, INotifyPropertyChanged
public interface ITestRunBase : IIdentifiable<int>,
IAttachmentOwner, INotifyPropertyChanged
public interface class ITestRunBase : IIdentifiable<int>,
IAttachmentOwner, INotifyPropertyChanged
type ITestRunBase =
interface
interface IIdentifiable<int>
interface IAttachmentOwner
interface INotifyPropertyChanged
end
public interface ITestRunBase extends IIdentifiable<int>, IAttachmentOwner, INotifyPropertyChanged
Le type ITestRunBase expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Attachments | Obtient la collection de pièces jointes. (Hérité de IAttachmentOwner.) |
![]() |
BuildConfigurationId | Retourne l'ID de la configuration de build pour cette série ou 0 si aucun ID n'existe |
![]() |
BuildFlavor | Version de build telle que « Release » ou « Debug ». |
![]() |
BuildNumber | |
![]() |
BuildPlatform | Plateforme de génération. |
![]() |
BuildUri | |
![]() |
Comment | |
![]() |
Controller | |
![]() |
DateCompleted | |
![]() |
DateCreated | |
![]() |
DateStarted | |
![]() |
Id | Obtient l'identificateur. (Hérité de IIdentifiable<TKey>.) |
![]() |
IsDirty | |
![]() |
LastUpdated | |
![]() |
LastUpdatedBy | |
![]() |
LastUpdatedByName | |
![]() |
LinkedWorkItemCount | |
![]() |
Owner | |
![]() |
OwnerName | |
![]() |
OwnerTeamFoundationId | |
![]() |
Revision | |
![]() |
TestEnvironmentId | |
![]() |
TestPlanId | |
![]() |
TestSettings | |
![]() |
TestSettingsId | |
![]() |
Title |
Début
Méthodes
Nom | Description | |
---|---|---|
![]() |
CopyTestSettings | |
![]() |
CreateAttachment(String) | Crée une pièce jointe à partir d'un fichier. (Hérité de IAttachmentOwner.) |
![]() |
CreateAttachment(String, SourceFileAction) | Crée une pièce jointe à partir d'un fichier, supprimant éventuellement le fichier source après le téléchargement. (Hérité de IAttachmentOwner.) |
![]() |
CreateAttachment(array<Byte[], Int32, Int32) | |
![]() |
Delete | |
![]() |
Refresh | |
![]() |
Save |
Début
Événements
Nom | Description | |
---|---|---|
![]() |
AttachmentUploadCompleted | Cet événement est déclenché lorsque le téléchargement de pièce jointe est terminé. (Hérité de IAttachmentOwner.) |
![]() |
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