Поделиться через


TestAndCategoryPair.TestId - свойство

Получает идентификатор теста.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
Public ReadOnly Property TestId As TestId
    Get
public TestId TestId { get; }
public:
property TestId^ TestId {
    TestId^ get ();
}
member TestId : TestId
function get TestId () : TestId

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.Common.TestId
Идентификатор теста.

Безопасность платформы .NET Framework

См. также

Ссылки

TestAndCategoryPair Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен

TestId