Classe TestAndCategoryPair
Rappresenta una corrispondenza tra un test e una categoria di test utilizzata da Editor elenco dei test finestra di Visual Studio Test Professional.
Gerarchia di ereditarietà
System.Object
Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class TestAndCategoryPair
[SerializableAttribute]
public class TestAndCategoryPair
[SerializableAttribute]
public ref class TestAndCategoryPair
[<SerializableAttribute>]
type TestAndCategoryPair = class end
public class TestAndCategoryPair
Il tipo TestAndCategoryPair espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
TestAndCategoryPair(TestId, TestListCategoryId) | Inizializza una nuova istanza di TestAndCategoryPair classe utilizzando l'id fornita di categoria e di ID test | |
TestAndCategoryPair(TestId, TestListCategoryId, Boolean, Boolean) | Inizializza una nuova istanza di TestAndCategoryPair classe utilizzando il test e la categoria forniti ID e l'indicatore per un collegamento arrestato. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
CategoryId | Ottiene l'ID della categoria di test. | |
Enabled | Ottiene un valore che indica se il collegamento tra il test e la categoria è abilitato. | |
IsBrokenLink | Ottiene un valore che indica se il collegamento tra il test e la categoria è interrotto. | |
TestId | Ottiene l'ID del test. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determina se l'istanza fornita è uguale all'istanza. (Esegue l'override di Object.Equals(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. (Esegue l'override di Object.GetHashCode()). | |
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) | |
ToTestId | Infrastruttura. Restituisce un oggetto TestId oggetto utilizzando fornito TestAndCategoryPair oggetto. | |
ToTestListCategoryId | Infrastruttura. Restituisce un oggetto TestListCategoryId oggetto utilizzando fornito TestAndCategoryPair oggetto. |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
Implicit(TestAndCategoryPair to TestId) | Infrastruttura. Rappresenta un operatore implicito per confrontare un oggetto TestAndCategoryPair oggetto con un oggetto TestId oggetto. | |
Implicit(TestAndCategoryPair to TestListCategoryId) | Infrastruttura. Rappresenta un operatore implicito per confrontare un oggetto TestAndCategoryPair oggetto con un oggetto TestListCategoryId oggetto. |
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.