Classe TestRunConfiguration
Nessun contenuto verrà aggiornato qui. Non aggiungere materiale qui.
Gerarchia di ereditarietà
Object
Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
<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
Il tipo TestRunConfiguration espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
TestRunConfiguration(SerializationInfo, StreamingContext) | ||
TestRunConfiguration(String, String) |
In alto
Proprietà
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | ||
Equals | (Esegue l'override di Object.Equals(Object)). | |
Finalize | Consente a un oggetto di effettuare un tentativo di liberare risorse ed eseguire altre operazioni di pulizia prima che venga recuperato da Garbage Collection. (Ereditato da Object) | |
GetHashCode | (Esegue l'override di Object.GetHashCode). | |
GetObjectData | ||
GetTestElementTimeout | ||
GetTestTypeSpecificData | ||
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
IsValid | ||
Load | ||
MemberwiseClone | Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) | |
Save | ||
SetTestEnvironment | ||
SetTestTypeSpecificData | ||
ToString | (Esegue l'override di Object.ToString). |
In alto
Campi
Nome | Descrizione | |
---|---|---|
DefaultDeploymentRootDirectory | ||
DefaultRelativePathRoot |
In alto
Note
Nessun contenuto verrà aggiornato qui. Non aggiungere materiale qui.
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.