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


TestElement.TestCategories - свойство

Получает коллекцию элементов категорий тестов, назначенных пользователем данному элементу теста в пользовательском интерфейсе.

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

Синтаксис

'Декларация
<UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")> _
<PropertyWindowAttribute(PropertyEditorType.TestCategoryPicker, PropertyConverterType.TestCategoryConverter)> _
Public Property TestCategories As TestCategoryItemCollection
[UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")]
[PropertyWindowAttribute(PropertyEditorType.TestCategoryPicker, PropertyConverterType.TestCategoryConverter)]
public TestCategoryItemCollection TestCategories { get; set; }
[UserVisiblePropertyAttribute(L"{2C4323CE-250D-448b-844A-FB570477F324}")]
[PropertyWindowAttribute(PropertyEditorType::TestCategoryPicker, PropertyConverterType::TestCategoryConverter)]
public:
virtual property TestCategoryItemCollection^ TestCategories {
    TestCategoryItemCollection^ get () sealed;
    void set (TestCategoryItemCollection^ value) sealed;
}
[<UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")>]
[<PropertyWindowAttribute(PropertyEditorType.TestCategoryPicker, PropertyConverterType.TestCategoryConverter)>]
abstract TestCategories : TestCategoryItemCollection with get, set
[<UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")>]
[<PropertyWindowAttribute(PropertyEditorType.TestCategoryPicker, PropertyConverterType.TestCategoryConverter)>]
override TestCategories : TestCategoryItemCollection with get, set
final function get TestCategories () : TestCategoryItemCollection
final function set TestCategories (value : TestCategoryItemCollection)

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

Тип: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
Коллекция элементов категорий тестов.

Реализации

ITestElement.TestCategories

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

См. также

Ссылки

TestElement Класс

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

TestCategoryItem

TestCategoryItemCollection