TestRunConfiguration, classe
Le contenu de cette section ne sera pas mis à jour, n'y ajoutez pas d'informations.
Hiérarchie d'héritage
Object
Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class TestRunConfiguration _
Implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable, _
IXmlTestStore, IXmlTestStoreCustom
[SerializableAttribute]
public class TestRunConfiguration : ICloneable,
IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
[SerializableAttribute]
public ref class TestRunConfiguration : ICloneable,
IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
[<SerializableAttribute>]
type TestRunConfiguration =
class
interface ICloneable
interface IVerifiable
interface IVisiblePropertyProvider
interface ISerializable
interface IXmlTestStore
interface IXmlTestStoreCustom
end
public class TestRunConfiguration implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
Le type TestRunConfiguration expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
TestRunConfiguration(SerializationInfo, StreamingContext) | ||
TestRunConfiguration(String, String) |
Début
Propriétés
Début
Méthodes
Nom | Description | |
---|---|---|
Clone | ||
Equals | (Substitue Object.Equals(Object).) | |
Finalize | Autorise un objet à tenter de libérer des ressources et à exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par une opération garbage collection. (Hérité de Object.) | |
GetHashCode | (Substitue Object.GetHashCode.) | |
GetObjectData | ||
GetTestElementTimeout | ||
GetTestTypeSpecificData | ||
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
IsValid | ||
Load | ||
MemberwiseClone | Crée une copie superficielle du Object actuel. (Hérité de Object.) | |
Save | ||
SetTestEnvironment | ||
SetTestTypeSpecificData | ||
ToString | (Substitue Object.ToString.) |
Début
Champs
Nom | Description | |
---|---|---|
DefaultDeploymentRootDirectory | ||
DefaultRelativePathRoot |
Début
Notes
Le contenu de cette section ne sera pas mis à jour, n'y ajoutez pas d'informations.
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.