Partager via


TestAndCategoryPair.TestId, propriété

Obtient l'ID du test.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TestId As TestId
    Get
public TestId TestId { get; }
public:
property TestId^ TestId {
    TestId^ get ();
}
member TestId : TestId
function get TestId () : TestId

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.TestId
ID du test.

Sécurité .NET Framework

Voir aussi

Référence

TestAndCategoryPair Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestId