Proprietà TestElement.TestCategories
Ottiene una raccolta di elementi di categoria di test assegnati a questo elemento di test dall'utente nell'interfaccia utente.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
<PropertyWindowAttribute(PropertyEditorType.TestCategoryPicker, PropertyConverterType.TestCategoryConverter)> _
<UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")> _
Public Property TestCategories As TestCategoryItemCollection
[PropertyWindowAttribute(PropertyEditorType.TestCategoryPicker, PropertyConverterType.TestCategoryConverter)]
[UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")]
public TestCategoryItemCollection TestCategories { get; set; }
[PropertyWindowAttribute(PropertyEditorType::TestCategoryPicker, PropertyConverterType::TestCategoryConverter)]
[UserVisiblePropertyAttribute(L"{2C4323CE-250D-448b-844A-FB570477F324}")]
public:
virtual property TestCategoryItemCollection^ TestCategories {
TestCategoryItemCollection^ get () sealed;
void set (TestCategoryItemCollection^ value) sealed;
}
[<PropertyWindowAttribute(PropertyEditorType.TestCategoryPicker, PropertyConverterType.TestCategoryConverter)>]
[<UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")>]
abstract TestCategories : TestCategoryItemCollection with get, set
[<PropertyWindowAttribute(PropertyEditorType.TestCategoryPicker, PropertyConverterType.TestCategoryConverter)>]
[<UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")>]
override TestCategories : TestCategoryItemCollection with get, set
final function get TestCategories () : TestCategoryItemCollection
final function set TestCategories (value : TestCategoryItemCollection)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
Raccolta di elementi di categoria di test.
Implementa
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.