The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestElement::Groups Property
Gets a collection of property descriptors that represents the groups to which the properties of this test element belong, and also determines how the descriptors will be grouped in the properties window of the user interface.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property PropertyDescriptorCollection^ Groups { virtual PropertyDescriptorCollection^ get() sealed; }
Property Value
Type: System.ComponentModel::PropertyDescriptorCollection^A collection of property descriptors.
Implements
ITestElement::Groups
Show: