Share via


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.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Groups As PropertyDescriptorCollection
public PropertyDescriptorCollection Groups { get; }
public:
virtual property PropertyDescriptorCollection^ Groups {
    PropertyDescriptorCollection^ get () sealed;
}
abstract Groups : PropertyDescriptorCollection
override Groups : PropertyDescriptorCollection
final function get Groups () : PropertyDescriptorCollection

Property Value

Type: System.ComponentModel.PropertyDescriptorCollection
A collection of property descriptors.

Implements

ITestElement.Groups

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

PropertyDescriptorCollection

PropertyDescriptor