Classe TestCaseResumeEventArgs
Rappresenta gli argomenti di evento per l'evento TestCaseResume.
Gerarchia di ereditarietà
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.Execution.DataCollectionEventArgs
Microsoft.VisualStudio.TestTools.Execution.TestCaseEventArgs
Microsoft.VisualStudio.TestTools.Execution.TestCaseResumeEventArgs
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class TestCaseResumeEventArgs _
Inherits TestCaseEventArgs
[SerializableAttribute]
public sealed class TestCaseResumeEventArgs : TestCaseEventArgs
[SerializableAttribute]
public ref class TestCaseResumeEventArgs sealed : public TestCaseEventArgs
[<Sealed>]
[<SerializableAttribute>]
type TestCaseResumeEventArgs =
class
inherit TestCaseEventArgs
end
public final class TestCaseResumeEventArgs extends TestCaseEventArgs
Il tipo TestCaseResumeEventArgs espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
TestCaseResumeEventArgs |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Context | Ottiene o imposta le informazioni di contesto per l'evento. (Ereditato da DataCollectionEventArgs) |
![]() |
IsChildTestCase | Ottiene o imposta un valore che indica se il test case è figlio di un altro test case. (Ereditato da TestCaseEventArgs) |
![]() |
TcmInformation | Ottiene l'oggetto contenente le informazioni che possono essere utilizzate per ottenere ulteriori dati sul test case dal server Test Manager. (Ereditato da TestCaseEventArgs) |
![]() |
TestCaseId | Ottiene o imposta l'identificatore del test case. (Ereditato da TestCaseEventArgs) |
![]() |
TestCaseName | Ottiene o imposta il nome del test case. (Ereditato da TestCaseEventArgs) |
![]() |
TestElement | Ottiene il test corrente. (Ereditato da TestCaseEventArgs) |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Determina se l'oggetto Object specificato è uguale all'oggetto Object corrente. (Ereditato da Object) |
![]() |
Finalize | Consente a un oggetto di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object) |
![]() |
GetHashCode | Funge da funzione hash per un determinato tipo. (Ereditato da Object) |
![]() |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
![]() |
MemberwiseClone | Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object) |
![]() |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
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.