Partager via


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
Propriété publique Attachments Obtient la collection de pièces jointes. (Hérité de IAttachmentOwner.)
Propriété publique BuildConfigurationId Retourne l'ID de la configuration de build pour cette série ou 0 si aucun ID n'existe
Propriété publique BuildFlavor Version de build telle que « Release » ou « Debug ».
Propriété publique BuildNumber
Propriété publique BuildPlatform Plateforme de génération.
Propriété publique BuildUri
Propriété publique Comment
Propriété publique Controller
Propriété publique DateCompleted
Propriété publique DateCreated
Propriété publique DateStarted
Propriété publique Id Obtient l'identificateur. (Hérité de IIdentifiable<TKey>.)
Propriété publique IsDirty
Propriété publique LastUpdated
Propriété publique LastUpdatedBy
Propriété publique LastUpdatedByName
Propriété publique LinkedWorkItemCount
Propriété publique Owner
Propriété publique OwnerName
Propriété publique OwnerTeamFoundationId
Propriété publique Revision
Propriété publique TestEnvironmentId
Propriété publique TestPlanId
Propriété publique TestSettings
Propriété publique TestSettingsId
Propriété publique Title

Début

Méthodes

  Nom Description
Méthode publique CopyTestSettings
Méthode publique CreateAttachment(String) Crée une pièce jointe à partir d'un fichier. (Hérité de IAttachmentOwner.)
Méthode publique 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.)
Méthode publique CreateAttachment(array<Byte[], Int32, Int32)
Méthode publique Delete
Méthode publique Refresh
Méthode publique Save

Début

Événements

  Nom Description
Événement public AttachmentUploadCompleted Cet événement est déclenché lorsque le téléchargement de pièce jointe est terminé. (Hérité de IAttachmentOwner.)
Événement public 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